Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
||
| key | VARCHAR | 255 | null |
|
|
|||
| translation_key | VARCHAR | 255 | null |
|
|
|||
| delible | BIT | 1 | 0 |
|
|
|||
| active | BIT | 1 | 1 |
|
|
|||
| migrated | BIT | 1 | 0 |
|
|
|||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
