Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
quiz | BIGINT | 19 | 0 |
|
|
|||||
groupid | BIGINT | 19 | √ | null |
|
|
||||
userid | BIGINT | 19 | √ | null |
|
|
||||
timeopen | BIGINT | 19 | √ | null |
|
|
||||
timeclose | BIGINT | 19 | √ | null |
|
|
||||
timelimit | BIGINT | 19 | √ | null |
|
|
||||
attempts | MEDIUMINT | 7 | √ | null |
|
|
||||
password | VARCHAR | 255 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
quizover_gro4_ix | Performance | Asc | groupid |
quizover_qui4_ix | Performance | Asc | quiz |
quizover_use4_ix | Performance | Asc | userid |