Competency Coursecomp Table Schema (competency_coursecomp)


Description

Link a competency to a course.

competency_coursecomp table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
courseid BIGINT 19 null
course.id compcour_cou3_fk R

The course this competency is linked to.

competencyid BIGINT 19 null
competency.id compcour_com2_fk R

The competency that is linked to this course.

ruleoutcome TINYINT 3 null

The rule that applies to the competency when the course is completed.

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

The display order for this link.

Table contained -1 rows

competency_coursecomp table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
compcour_com_ix Performance Asc competencyid
compcour_cou2_ix Performance Asc courseid
compcour_coucom_uix Must be unique Asc/Asc courseid + competencyid
compcour_courul_ix Performance Asc/Asc courseid + ruleoutcome

competency_coursecomp table relationships