Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| account_id | INT UNSIGNED | 10 | null |
|
|
||||||
| activity_id | INT UNSIGNED | 10 | null |
|
|
||||||
| emotion_id | INT UNSIGNED | 10 | null |
|
|
||||||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
|||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| emotion_activity_account_id_foreign | Performance | Asc | account_id |
| emotion_activity_activity_id_foreign | Performance | Asc | activity_id |
| emotion_activity_emotion_id_foreign | Performance | Asc | emotion_id |



