emotion_call


Columns

Column Type Size Nulls Auto Default Children Parents Comments
account_id INT UNSIGNED 10 null
accounts.id emotion_call_account_id_foreign C
call_id INT UNSIGNED 10 null
calls.id emotion_call_call_id_foreign C
emotion_id INT UNSIGNED 10 null
emotions.id emotion_call_emotion_id_foreign C
contact_id INT UNSIGNED 10 null
contacts.id emotion_call_contact_id_foreign C
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
emotion_call_account_id_foreign Performance Asc account_id
emotion_call_call_id_foreign Performance Asc call_id
emotion_call_contact_id_foreign Performance Asc contact_id
emotion_call_emotion_id_foreign Performance Asc emotion_id

Relationships