Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| account_id | INT UNSIGNED | 10 | null |
|
|
||||||
| call_id | INT UNSIGNED | 10 | null |
|
|
||||||
| emotion_id | INT UNSIGNED | 10 | null |
|
|
||||||
| contact_id | INT UNSIGNED | 10 | null |
|
|
||||||
| 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 |



