Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| action | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    created/modified/deleted constants  | 
                                ||||
| oldid | BIGINT | 19 | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| source | VARCHAR | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    What caused the modification? manual/module/import/…  | 
                                |||
| timemodified | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    The last time this grade_item was modified  | 
                                |||
| loggeduser | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    the userid of the person who last modified this outcome  | 
                                |||
| courseid | BIGINT | 19 | 0 | 
                                         | 
                                    
                                        
  | 
                                    |||||
| userid | BIGINT | 19 | 0 | 
                                         | 
                                    
                                        
  | 
                                    |||||
| name | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    ||||||
| scale | LONGTEXT | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    |||||
| description | LONGTEXT | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| scalhist_act_ix | Performance | Asc | action | 
| scalhist_cou_ix | Performance | Asc | courseid | 
| scalhist_log_ix | Performance | Asc | loggeduser | 
| scalhist_old_ix | Performance | Asc | oldid | 
| scalhist_tim_ix | Performance | Asc | timemodified | 
| scalhist_use_ix | Performance | Asc | userid |