word

327795 rows


Description

A collection of signs from a stream. Maintains link to original QWB word id.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
word_id INT UNSIGNED 10 null
parallel_word.word_id fk_par_owrd_to_wordR
position_in_stream_to_word_rel.word_id fk_position_in_stream_to_word_rel_to_word_idR
qwb_word.word_id fk_qwb_word_to_wordR
word_owner.word_id fk_word_owner_to_wordR

Unique identifier

qwb_word_id INT UNSIGNED 10 NULL

Old word identifier from QWB.

commentary MEDIUMTEXT 16777215 NULL

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc word_id
old_word_idx Performance Asc qwb_word_id

Relationships