normative_entry_forms

27 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
normative_entry_form_id VARCHAR 255 null
normative_entry_form_translations.normative_entry_form_id fk_normative_entry C
normative_form_changes.normative_entry_form_id normative_form_changes_normative_entry_form_id_foreign C
entry_id VARCHAR 255 null
entries.entry_id normative_entry_forms_entry_id_foreign R
normative_entry_form VARCHAR 255 null
is_main_form BIT 1 null
origin_source_id VARCHAR 255 null
sources.source_id normative_entry_forms_origin_source_id_foreign R
dalla_version VARCHAR 255 null
status_id VARCHAR 255 null
status.status_id normative_entry_forms_status_id_foreign R
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 normative_entry_form_id
normative_entry_forms_entry_id_foreign Performance Asc entry_id
normative_entry_forms_origin_source_id_foreign Performance Asc origin_source_id
normative_entry_forms_status_id_foreign Performance Asc status_id

Relationships