app_pathway_manual_cohort

-1 rows


Description

Stores the audiences configured for the assessor type manual rating roles

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_pathway_manual_cohort_id_seq'::regclass)
pathway_manual_role_id int8 19 null
app_pathway_manual_role.id Defined in XML R
cohort_id int8 19 null
app_cohort.id Defined in XML R

Indexes

Constraint Name Type Sort Column(s)
app_pathmanucoho_id_pk Primary key Asc id
app_pathmanucoho_coh_ix Performance Asc cohort_id
app_pathmanucoho_pat_ix Performance Asc pathway_manual_role_id

Relationships