Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | uuid() |
|
|
|||
| user_id | VARCHAR | 36 | √ | null |
|
|
||
| language_id | VARCHAR | 36 | √ | null |
|
|
||
| subject_id | VARCHAR | 36 | √ | null |
|
|
||
| course_id | VARCHAR | 36 | √ | null |
|
|
||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| course_id | Performance | Asc | course_id |
| language_id | Performance | Asc | language_id |
| subject_id | Performance | Asc | subject_id |
| updated_at_index | Performance | Asc | updated_at |
| user_id | Performance | Asc | user_id |
| user_id_2 | Performance | Asc/Asc/Asc | user_id + language_id + subject_id |
| user_id_3 | Performance | Asc/Asc/Asc | user_id + language_id + course_id |
