Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| questionid | BIGINT | 19 | 0 |
|
|
Foreign key link to question.id. |
||||
| questiontext | LONGTEXT | 2147483647 | null |
|
|
|||||
| questiontextformat | TINYINT | 3 | 0 |
|
|
|||||
| answertext | VARCHAR | 255 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| qtypmatcsubq_que_ix | Performance | Asc | questionid |