calls


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
emotion_call.call_id emotion_call_call_id_foreign C
uuid CHAR 36 null
account_id INT UNSIGNED 10 null
accounts.id calls_account_id_foreign C
contact_id INT UNSIGNED 10 null
contacts.id calls_contact_id_foreign C
called_at DATETIME 19 null
content MEDIUMTEXT 16777215 null
contact_called BIT 1 0
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
calls_account_id_uuid_index Performance Asc/Asc account_id + uuid
calls_contact_id_foreign Performance Asc contact_id

Relationships