Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
quiz | BIGINT | 19 | 0 |
|
|
|||||
userid | BIGINT | 19 | 0 |
|
|
|||||
attempt | MEDIUMINT | 7 | 0 |
|
|
|||||
uniqueid | BIGINT | 19 | 0 |
|
|
|||||
layout | LONGTEXT | 2147483647 | null |
|
|
|||||
currentpage | BIGINT | 19 | 0 |
|
|
|||||
preview | SMALLINT | 5 | 0 |
|
|
|||||
state | VARCHAR | 16 | inprogress |
|
|
|||||
timestart | BIGINT | 19 | 0 |
|
|
|||||
timefinish | BIGINT | 19 | 0 |
|
|
|||||
timemodified | BIGINT | 19 | 0 |
|
|
|||||
timemodifiedoffline | BIGINT | 19 | 0 |
|
|
|||||
timecheckstate | BIGINT | 19 | √ | 0 |
|
|
||||
sumgrades | DECIMAL | 10,5 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
quizatte_qui4_ix | Performance | Asc | quiz |
quizatte_quiuseatt2_uix | Must be unique | Asc/Asc/Asc | quiz + userid + attempt |
quizatte_statim2_ix | Performance | Asc/Asc | state + timecheckstate |
quizatte_uni2_uix | Must be unique | Asc | uniqueid |
quizatte_use4_ix | Performance | Asc | userid |