Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| questionid | BIGINT | 19 | 0 | 
                                         | 
                                    
                                        
  | 
                                    Foreign key references question.id.  | 
                                ||||
| usecase | TINYINT | 3 | 0 | 
                                         | 
                                    
                                         | 
                                    Whether answers are matched case-sensitively.  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| qtypshoropti_que_uix | Must be unique | Asc | questionid |