normative_entry_form_translations

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT UNSIGNED 20 null
normative_entry_form_id VARCHAR 255 null
normative_entry_forms.normative_entry_form_id fk_normative_entry 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
normative_entry_form_translations_locale_index Performance Asc locale
normative_unique_locale Must be unique Asc/Asc normative_entry_form_id + locale

Relationships