inflected_forms

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
inflected_form_id VARCHAR 255 null
inflected_form_translations.inflected_form_id inflected_form_translations_inflected_form_id_foreign C
inflected_form_variants.inflected_form_id inflected_form_variants_inflected_form_id_foreign C
entry_id VARCHAR 255 null
entries.entry_id inflected_forms_entry_id_foreign N
pos_id VARCHAR 255 null
pos_labels.pos_labels_id inflected_forms_pos_id_foreign N
status_id VARCHAR 255 null
status.status_id inflected_forms_status_id_foreign N
inflected_form TEXT 65535 null
is_main_form BIT 1 0
morph_traits VARCHAR 255 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null
deleted_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc inflected_form_id
inflected_forms_entry_id_foreign Performance Asc entry_id
inflected_forms_pos_id_foreign Performance Asc pos_id
inflected_forms_status_id_foreign Performance Asc status_id

Relationships