Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | null |
|
|
|||
| tag | INT | 10 | null |
|
|
|||
| created_at | TIMESTAMP | 19 | current_timestamp() |
|
|
|||
| updated_at | TIMESTAMP | 19 | current_timestamp() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| artist_tag_s_pk | Primary key | Asc/Asc | id + tag |
| PRIMARY | Must be unique | Asc/Asc | id + tag |