Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |  |  | ||||
| question | BIGINT | 19 | 0 |  | 
 | Foreign key references question.id. | ||||
| trueanswer | BIGINT | 19 | 0 |  |  | Foreign key references question_answers.id. The ‘True’ choice. | ||||
| falseanswer | BIGINT | 19 | 0 |  |  | Foreign key references question_answers.id. The ‘False’ choice. | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| questrue_que4_ix | Performance | Asc | question | 



