phenomenon_master_translations

60 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT UNSIGNED 20 null
phenomenon_master_id VARCHAR 255 null
phenomenon_masters.phenomenon_master_id phenomenon_master_translations_phenomenon_master_id_foreign C
locale VARCHAR 255 null
phenomenon_label 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
phenomenon_id_locale_unique Must be unique Asc/Asc phenomenon_master_id + locale
phenomenon_master_translations_locale_index Performance Asc locale

Relationships