Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contact_id | INT UNSIGNED | 10 | null |
|
|
||||||
| tag_id | INT UNSIGNED | 10 | null |
|
|
||||||
| account_id | INT UNSIGNED | 10 | null |
|
|
||||||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
|||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| contact_tag_account_id_foreign | Performance | Asc | account_id |
| contact_tag_contact_id_foreign | Performance | Asc | contact_id |
| contact_tag_tag_id_foreign | Performance | Asc | tag_id |



