Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
|||||
| user_id | INT | 10 | null |
|
|
||||||
| teacher_id | INT | 10 | null |
|
|
||||||
| year_id | INT UNSIGNED | 10 | null |
|
|
||||||
| price | INT | 10 | null |
|
|
||||||
| remark | VARCHAR | 255 | √ | null |
|
|
|||||
| is_first_check | BIT | 1 | √ | null |
|
|
|||||
| is_last_check | BIT | 1 | √ | null |
|
|
|||||
| received_at | VARCHAR | 255 | 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 |
| year_id | Performance | Asc | year_id |

