Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 508 Bytes

m_hands.md

File metadata and controls

22 lines (17 loc) · 508 Bytes

m_hands

m_hands adds information about writing hand to table Manuscripts

DDL

CREATE TABLE paths__m_hands (
    id              INTEGER PRIMARY KEY, -- primary key
    table_link      TEXT, -- dynamic foreign key, combined with id_link
    id_link         TEXT, -- dynamic foreign key, combined with table_link
    handno          INTEGER,
    modulartypology TEXT,
    writingaxis     TEXT,
    thickandthin    TEXT,
    writingnotes    TEXT
);

Links

  • Manuscripts -< m_hands