Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||||||||||||||||||||||||||||||||
| name | VARCHAR | 125 | null |
|
|
||||||||||||||||||||||||||||||||||||
| tenant_id | VARCHAR | 36 | null |
|
|
||||||||||||||||||||||||||||||||||||
| old_data_id | INT | 10 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||
| order | BIT | 1 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||
| created_at | DATETIME | 19 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||
| updated_at | DATETIME | 19 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||
| status | BIT | 1 | √ | 1 |
|
|
0:Inactive,1:Active |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_languages_order | Performance | Asc | order |
| updated_at_index | Performance | Asc | updated_at |

