life_event_types


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
life_events.life_event_type_id life_events_life_event_type_id_foreign C
uuid CHAR 36 null
account_id INT UNSIGNED 10 null
accounts.id life_event_types_account_id_foreign C
life_event_category_id INT UNSIGNED 10 null
life_event_categories.id life_event_types_life_event_category_id_foreign C
name VARCHAR 255 null
default_life_event_type_key VARCHAR 255 null
core_monica_data BIT 1 0
specific_information_structure TEXT 65535 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
life_event_types_account_id_uuid_index Performance Asc/Asc account_id + uuid
life_event_types_life_event_category_id_foreign Performance Asc life_event_category_id

Relationships