app_comp_scale_assignments

0 rows


Description

Tracks which scales are assigned to which competency frameworks

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_comp_scale_assignments_id_seq'::regclass)
scaleid int8 19 null
app_comp_scale.id Defined in XMLR
frameworkid int8 19 null
app_comp_framework.id Defined in XMLR
timemodified int8 19 null
usermodified int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_compscalassi_id_pk Primary key Asc id
app_compscalassi_fra_ix Performance Asc frameworkid
app_compscalassi_sca_ix Performance Asc scaleid

Relationships