inflected_form_variants

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
inflected_form_variant_id VARCHAR 255 null
inflected_form_variant_translations.inflected_form_variant_id fk_inflected_form_variant C
inflected_form_variant VARCHAR 255 null
adapted_inflected_form_variant VARCHAR 255 null
inflected_form_id VARCHAR 255 null
inflected_forms.inflected_form_id inflected_form_variants_inflected_form_id_foreign C
location_id VARCHAR 255 null
locations.location_id inflected_form_variants_location_id_foreign R
source_id VARCHAR 255 null
sources.source_id inflected_form_variants_source_id_foreign R
speaker_id VARCHAR 255 null
speakers.speaker_id inflected_form_variants_speaker_id_foreign N
year INT 10 null
certainty_id VARCHAR 255 null
certainty_labels.certainty_labels_id inflected_form_variants_certainty_id_foreign N
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_variant_id
inflected_form_variants_certainty_id_foreign Performance Asc certainty_id
inflected_form_variants_inflected_form_id_foreign Performance Asc inflected_form_id
inflected_form_variants_location_id_foreign Performance Asc location_id
inflected_form_variants_source_id_foreign Performance Asc source_id
inflected_form_variants_speaker_id_foreign Performance Asc speaker_id

Relationships