app_goal_scale

1 rows


Description

Scale represents the different levels of achievement of a goal

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_goal_scale_id_seq'::regclass)
app_goal_personal.scaleid Defined in XMLR
app_goal_scale_assignments.scaleid Defined in XMLR
app_goal_scale_values.scaleid Defined in XMLR
name varchar 255 null
description text 2147483647 null
timemodified int8 19 null
usermodified int8 19 null
defaultid int8 19 null
app_goal_scale_values.id Defined in XMLR

Indexes

Constraint Name Type Sort Column(s)
app_goalscal_id_pk Primary key Asc id
app_goalscal_def_ix Performance Asc defaultid

Relationships