contact_fields


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
contact_field_contact_field_label.contact_field_id contact_field_contact_field_label_contact_field_id_foreign C
uuid CHAR 36 null
account_id INT UNSIGNED 10 null
accounts.id contact_fields_account_id_foreign C
contact_id INT UNSIGNED 10 null
contacts.id contact_fields_contact_id_foreign C
contact_field_type_id INT UNSIGNED 10 null
contact_field_types.id contact_fields_contact_field_type_id_foreign C
data VARCHAR 255 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
contact_fields_account_id_uuid_index Performance Asc/Asc account_id + uuid
contact_fields_contact_field_type_id_foreign Performance Asc contact_field_type_id
contact_fields_contact_id_foreign Performance Asc contact_id

Relationships