Competency Usercompplan Table Schema (competency_usercompplan)


Description

User competencies plans

competency_usercompplan table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
userid BIGINT 19 null
user.id Implied Constraint R

User associated to the competency.

competencyid BIGINT 19 null
competency.id compuser_com3_fk R

Competency associated to the user.

planid BIGINT 19 null

Plan associated to the user.

proficiency TINYINT 3 null

Indicate if the competency is proficient not.

grade BIGINT 19 null

Grade assigned to the competency.

sortorder BIGINT 19 null

Relative sort order

timecreated BIGINT 19 null
timemodified BIGINT 19 null
usermodified BIGINT 19 null

Table contained -1 rows

competency_usercompplan table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
compuser_com3_fk Performance Asc competencyid
compuser_usecompla_uix Must be unique Asc/Asc/Asc userid + competencyid + planid

competency_usercompplan table relationships