Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||
| name | VARCHAR | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    name of the report, same as the directory name  | 
                                |
| displayorder | BIGINT | 19 | null | 
                                         | 
                                    
                                         | 
                                    display order for report tabs  | 
                                ||
| capability | VARCHAR | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    Capability required to see this report. May be blank which means use the default of mod/quiz:viewreport. This is used when deciding which tabs to render.  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| quizrepo_nam_uix | Must be unique | Asc | name |