app_goal_grp_cohort

0 rows


Description

Stores the assignments of goals

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_goal_grp_cohort_id_seq'::regclass)
goalid int8 19 null
app_goal.id Defined in XMLR
cohortid int8 19 null
app_cohort.id Defined in XMLR
timemodified int8 19 null
usermodified int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_goalgrpcoho_id_pk Primary key Asc id
app_goalgrpcoho_coh_ix Performance Asc cohortid
app_goalgrpcoho_goa_ix Performance Asc goalid

Relationships