Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                        
  | 
                                    
                                         | 
                                    ||||
| contextid | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    The id of the context on the platform  | 
                                |||||
| ltideploymentid | BIGINT | 19 | null | 
                                         | 
                                    
                                        
  | 
                                    The id of the enrol_lti_deployment record containing the deployment information.  | 
                                ||||
| type | LONGTEXT | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    The type of the context on the platform  | 
                                |||
| timecreated | BIGINT | 19 | null | 
                                         | 
                                    
                                         | 
                                    |||||
| timemodified | BIGINT | 19 | null | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| enrolticont_lti_ix | Performance | Asc | ltideploymentid | 
| enrolticont_lticon_uix | Must be unique | Asc/Asc | ltideploymentid + contextid |