Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
lessonid | BIGINT | 19 | 0 |
|
|
|||||
pageid | BIGINT | 19 | 0 |
|
|
|||||
jumpto | BIGINT | 19 | 0 |
|
|
|||||
grade | SMALLINT | 5 | 0 |
|
|
|||||
score | BIGINT | 19 | 0 |
|
|
|||||
flags | SMALLINT | 5 | 0 |
|
|
|||||
timecreated | BIGINT | 19 | 0 |
|
|
|||||
timemodified | BIGINT | 19 | 0 |
|
|
|||||
answer | LONGTEXT | 2147483647 | √ | null |
|
|
||||
answerformat | TINYINT | 3 | 0 |
|
|
|||||
response | LONGTEXT | 2147483647 | √ | null |
|
|
||||
responseformat | TINYINT | 3 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
lessansw_les_ix | Performance | Asc | lessonid |
lessansw_pag_ix | Performance | Asc | pageid |