sign_stream_section_to_qwb_word

328329 rows


Description

Provides n:m connection between qwb words and sections of the sign stream.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
sign_stream_section_id INT UNSIGNED 10 null
sign_stream_section.sign_stream_section_id sss_to_qwb_word_to_sss_fkR

Refers to sign_stream_section

qwb_word_id INT UNSIGNED 10 null
qwb_word.qwb_word_id sss_to_qwb_word_fkR

Refers to qwb_word

Indexes

Constraint Name Type Sort Column(s)
sign_stream_section_to_qwb_word_pk Must be unique Asc/Asc sign_stream_section_id + qwb_word_id
sss_to_qwb_word_fk Performance Asc qwb_word_id

Relationships