morph_trait_label_translations

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT UNSIGNED 20 null
pos_id VARCHAR 255 null
morph_trait_labels.pos_id morph_trait_label_translations_pos_id_morph_trait_foreign C
morph_trait VARCHAR 255 null
morph_trait_labels.morph_trait morph_trait_label_translations_pos_id_morph_trait_foreign C
locale VARCHAR 255 null
description TEXT 65535 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 id
morph_trait_label_translations_locale_index Performance Asc locale
morph_trait_label_translations_pos_id_morph_trait_locale_unique Must be unique Asc/Asc/Asc pos_id + morph_trait + locale

Relationships