app_cohort_members

0 rows


Description

Link a user to a cohort.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_cohort_members_id_seq'::regclass)
cohortid int8 19 0
app_cohort.id Defined in XMLR
userid int8 19 0
app_user.id Defined in XMLR
timeadded int8 19 0

Indexes

Constraint Name Type Sort Column(s)
app_cohomemb_id_pk Primary key Asc id
app_cohomemb_coh_ix Performance Asc cohortid
app_cohomemb_cohuse_uix Must be unique Asc/Asc cohortid + userid
app_cohomemb_use_ix Performance Asc userid

Relationships