app_cohort_members_draft

-1 rows


Description

Temporarily holding cohort members for previewing rule change result.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_cohort_members_draft_id_seq'::regclass)
cohortid int8 19 0
app_cohort.id Defined in XML R
userid int8 19 0
app_user.id Defined in XML R
timecreated int8 19 null
action int8 19 0

Indexes

Constraint Name Type Sort Column(s)
app_cohomembdraf_id_pk Primary key Asc id
app_cohomembdraf_coh_ix Performance Asc cohortid
app_cohomembdraf_cohuse_uix Must be unique Asc/Asc cohortid + userid
app_cohomembdraf_use_ix Performance Asc userid

Relationships