competency_templatecomp table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |  |  | ||||
| templateid | BIGINT | 19 | null |  | 
 | The template this competency is linked to. | ||||
| competencyid | BIGINT | 19 | null |  | 
 | The competency that is linked to this course. | ||||
| timecreated | BIGINT | 19 | null |  |  | The time this link was created. | ||||
| timemodified | BIGINT | 19 | null |  |  | The time this link was modified. | ||||
| usermodified | BIGINT | 19 | null |  |  | The user who modified this link. | ||||
| sortorder | BIGINT | 19 | √ | null |  |  | Relative sort order | 
Table contained -1 rows
competency_templatecomp table indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| comptemp_com_ix | Performance | Asc | competencyid | 
| comptemp_tem_ix | Performance | Asc | templateid | 
