manuscript_to_text_fragment

11166 rows


Description

Links an entry in the text_fragment table to a reconstructed manuscript.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
manuscript_to_text_fragment_id INT UNSIGNED 10 null
manuscript_to_text_fragment_owner.manuscript_to_text_fragment_id fk_mttfo_to_manuscript_to_text_fragmentR
manuscript_id INT UNSIGNED 10 null
manuscript.manuscript_id fk_manuscript_to_text_fragment_to_scrollR
text_fragment_id INT UNSIGNED 10 null
text_fragment.text_fragment_id fk_manuscript_to_text_fragment_to_text_fragmentR

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc manuscript_to_text_fragment_id
fk_manuscript_to_text_fragment_to_text_fragment_idx Performance Asc text_fragment_id
manuscript_text_fragment_idx Must be unique Asc/Asc manuscript_id + text_fragment_id

Relationships