app_pos_competencies

0 rows


Description

Tracks competencies assigned to a particular position

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_pos_competencies_id_seq'::regclass)
positionid int8 19 null
app_pos.id Defined in XMLR
competencyid int8 19 null
app_comp.id Defined in XMLR
templateid int8 19 null
timecreated int8 19 null
usermodified int8 19 null
linktype int2 5 0

Indexes

Constraint Name Type Sort Column(s)
app_poscomp_id_pk Primary key Asc id
app_poscomp_com_ix Performance Asc competencyid
app_poscomp_pos_ix Performance Asc positionid

Relationships