grade_outcomes table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
 |  | id of the table | |||||||||
| courseid | BIGINT | 19 | √ | null |  | 
 | Mostly these are defined site wide ie NULL | |||||||||
| shortname | VARCHAR | 255 |  |  | The short name or code for this outcome statement | |||||||||||
| fullname | LONGTEXT | 2147483647 | null |  |  | The full description of the outcome (usually 1 sentence) | ||||||||||
| scaleid | BIGINT | 19 | √ | null |  | 
 | The recommended scale for this outcome. | |||||||||
| description | LONGTEXT | 2147483647 | √ | null |  |  | outcome description | |||||||||
| descriptionformat | TINYINT | 3 | 0 |  |  | |||||||||||
| timecreated | BIGINT | 19 | √ | null |  |  | the time this outcome was first created | |||||||||
| timemodified | BIGINT | 19 | √ | null |  |  | the time this outcome was last updated | |||||||||
| usermodified | BIGINT | 19 | √ | null |  | 
 | the userid of the person who last modified this outcome | 
Table contained -1 rows
grade_outcomes table indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| gradoutc_cou_ix | Performance | Asc | courseid | 
| gradoutc_cousho_uix | Must be unique | Asc/Asc | courseid + shortname | 
| gradoutc_sca_ix | Performance | Asc | scaleid | 
| gradoutc_use_ix | Performance | Asc | usermodified | 
