Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | null |
|
|
|||
| name | VARCHAR | 1000 | null |
|
|
|||
| verified | INT | 10 | √ | NULL |
|
|
||
| meme | INT | 10 | √ | NULL |
|
|
||
| url | VARCHAR | 500 | √ | NULL |
|
|
||
| created_at | TIMESTAMP | 19 | current_timestamp() |
|
|
|||
| updated_at | TIMESTAMP | 19 | current_timestamp() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| artist_s_pk | Primary key | Asc | id |
| PRIMARY | Must be unique | Asc | id |