app_goal_scale_values

3 rows


Description

The individual values that make up a goal scale

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_goal_scale_values_id_seq'::regclass)
app_goal_item_history.scalevalueid Defined in XMLR
app_goal_perform_status.scale_value_id Defined in XMLR
app_goal_personal.scalevalueid Defined in XMLR
app_goal_record.scalevalueid Defined in XMLR
app_goal_scale.defaultid Defined in XMLR
name text 2147483647 null
idnumber varchar 100 null
description text 2147483647 null
scaleid int8 19 null
app_goal_scale.id Defined in XMLR
numericscore numeric 10,5 null
sortorder int8 19 null
timemodified int8 19 null
usermodified int8 19 null
proficient int2 5 0

Indexes

Constraint Name Type Sort Column(s)
app_goalscalvalu_id_pk Primary key Asc id
app_goalscalvalu_idn_ix Performance Asc idnumber
app_goalscalvalu_sca_ix Performance Asc scaleid

Relationships