Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| tag | INT | 10 | null |
|
|
|||
| description | VARCHAR | 30 | null |
|
|
|||
| longDescription | VARCHAR | 30 | null |
|
|
|||
| created_at | TIMESTAMP | 19 | current_timestamp() |
|
|
|||
| updated_at | TIMESTAMP | 19 | current_timestamp() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tags_s_pk | Primary key | Asc | tag |
| PRIMARY | Must be unique | Asc | tag |