phenomenon_dialect_zone_translations

12 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT UNSIGNED 20 null
phenomenon_dialect_zone_id VARCHAR 255 null
phenomenon_dialect_zones.phenomenon_dialect_zone_id fk_pdzt_zone C
locale VARCHAR 255 null
comment 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
phenom_unique_locale Must be unique Asc/Asc phenomenon_dialect_zone_id + locale
phenomenon_dialect_zone_translations_locale_index Performance Asc locale

Relationships