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.  | 
                                ||||
| showstandardinstruction | TINYINT | 3 | 1 | 
                                         | 
                                    
                                         | 
                                    Whether standard instruction ('Select one:') is displayed  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| questrue_que_ix | Performance | Asc | question |