app_goal_scale_assignments

0 rows


Description

Tracks which scales are assigned to which goal frameworks

Columns

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

Indexes

Constraint Name Type Sort Column(s)
app_goalscalassi_id_pk Primary key Asc id
app_goalscalassi_fra_ix Performance Asc frameworkid
app_goalscalassi_sca_ix Performance Asc scaleid

Relationships