Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
questionbankentryid | BIGINT | 19 | 0 |
|
|
ID of the question bank entry this question version is part of. |
||||
version | BIGINT | 19 | 1 |
|
|
Version number for the question where the first version is always 1. |
||||
questionid | BIGINT | 19 | 0 |
|
|
The question ID. |
||||
status | VARCHAR | 10 | ready |
|
|
If the question is ready, hidden or draft |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
quesvers_que2_ix | Performance | Asc | questionid |
quesvers_que_ix | Performance | Asc | questionbankentryid |