Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
||||||||
| name | VARCHAR | 255 | null |
|
|
|||||||||
| memo | VARCHAR | 255 | √ | null |
|
|
||||||||
| division_id | INT UNSIGNED | 10 | null |
|
|
|||||||||
| created_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
|||||||||
| updated_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| division_id_foreign_key | Performance | Asc | division_id |

