app_comp_template_assignment

0 rows


Description

Track competencies belonging to a template

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_comp_template_assignment_id_seq'::regclass)
templateid int8 19 null
app_comp_template.id Defined in XMLR
type int2 5 null
instanceid int8 19 null
app_comp.id Defined in XMLR
timecreated int8 19 null
usermodified int8 19 null
app_user.id Defined in XMLR

Indexes

Constraint Name Type Sort Column(s)
app_comptempassi_id_pk Primary key Asc id
app_comptempassi_ins_ix Performance Asc instanceid
app_comptempassi_tem_ix Performance Asc templateid
app_comptempassi_use_ix Performance Asc usermodified

Relationships