qtype_shortanswer_options table 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.  | 
				
Table contained -1 rows
qtype_shortanswer_options table indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| qtypshoropti_que_uix | Must be unique | Asc | questionid | 
