app_competency_templatecomp

0 rows


Description

Link a competency to a learning plan template.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_competency_templatecomp_id_seq'::regclass)
templateid int8 19 null
app_competency_template.id Defined in XMLR
competencyid int8 19 null
app_competency.id Defined in XMLR
timecreated int8 19 null
timemodified int8 19 null
usermodified int8 19 null
sortorder int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_comptemp_id2_pk Primary key Asc id
app_comptemp_com_ix Performance Asc competencyid
app_comptemp_tem_ix Performance Asc templateid

Relationships