competency_coursecompsetting table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
courseid | BIGINT | 19 | null |
|
|
The course this setting is linked to. |
||||
pushratingstouserplans | TINYINT | 3 | √ | null |
|
|
Does this course push ratings to user plans? |
|||
timecreated | BIGINT | 19 | null |
|
|
The time this setting was created. |
||||
timemodified | BIGINT | 19 | null |
|
|
The time this setting was last modified. |
||||
usermodified | BIGINT | 19 | √ | null |
|
|
The user who last modified this setting |
Table contained -1 rows
competency_coursecompsetting table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
compcour_cou_uix | Must be unique | Asc | courseid |