Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
lessonid | BIGINT | 19 | 0 |
|
|
|||||
groupid | BIGINT | 19 | √ | null |
|
|
||||
userid | BIGINT | 19 | √ | null |
|
|
||||
available | BIGINT | 19 | √ | null |
|
|
||||
deadline | BIGINT | 19 | √ | null |
|
|
||||
timelimit | BIGINT | 19 | √ | null |
|
|
||||
review | SMALLINT | 5 | √ | null |
|
|
||||
maxattempts | SMALLINT | 5 | √ | null |
|
|
||||
retake | SMALLINT | 5 | √ | null |
|
|
||||
password | VARCHAR | 32 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
lessover_gro4_ix | Performance | Asc | groupid |
lessover_les4_ix | Performance | Asc | lessonid |
lessover_use4_ix | Performance | Asc | userid |