Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| courseid | BIGINT | 19 | null | 
                                         | 
                                    
                                        
  | 
                                    id of the course  | 
                                ||||
| outcomeid | BIGINT | 19 | null | 
                                         | 
                                    
                                        
  | 
                                    id of the outcome  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| gradoutccour_cou_ix | Performance | Asc | courseid | 
| gradoutccour_couout_uix | Must be unique | Asc/Asc | courseid + outcomeid | 
| gradoutccour_out_ix | Performance | Asc | outcomeid |