Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| attemptstepid | BIGINT | 19 | null | 
                                         | 
                                    
                                        
  | 
                                    Foreign key, references question_attempt_steps.id  | 
                                ||||
| name | VARCHAR | 32 | 
                                         | 
                                    
                                         | 
                                    The name of this bit of data.  | 
                                |||||
| value | LONGTEXT | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    The corresponding value  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| quesattestepdata_att_ix | Performance | Asc | attemptstepid |