Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| account_id | INT UNSIGNED | 10 | null |
|
|
||||||
| user_id | INT UNSIGNED | 10 | null |
|
|
||||||
| term_id | INT UNSIGNED | 10 | null |
|
|
||||||
| ip_address | VARCHAR | 255 | √ | null |
|
|
|||||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
|||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| term_user_account_id_foreign | Performance | Asc | account_id |
| term_user_term_id_foreign | Performance | Asc | term_id |
| term_user_user_id_foreign | Performance | Asc | user_id |



