position_in_text_fragment_stream

10852 rows


Description

Gives a stream of fragments in a scroll in the right order

Columns

Column Type Size Nulls Auto Default Children Parents Comments
position_in_text_fragment_stream_id INT UNSIGNED 10 null
position_in_text_fragment_stream_owner.position_in_text_fragment_stream_id fk_pitfs_owner_pitfsR
text_fragment_id INT UNSIGNED 10 null
text_fragment.text_fragment_id fk_pitfs_to_text_fragmentR
next_text_fragment_id INT UNSIGNED 10 NULL
text_fragment.text_fragment_id fk_pitfs_next_to_text_fragmentR

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc position_in_text_fragment_stream_id
fk_pitfs_next_to_text_fragment Performance Asc next_text_fragment_id
fk_pitfs_to_text_fragment Performance Asc text_fragment_id

Relationships