app_cohort_rule_collections

0 rows


Description

Collections of rulesets & rules for a dynamic cohort

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_cohort_rule_collections_id_seq'::regclass)
app_cohort_rulesets.rulecollectionid Defined in XMLR
cohortid int8 19 null
app_cohort.id Defined in XMLR
rulesetoperator int2 5 0
addnewmembers int2 5 1
removeoldmembers int2 5 1
status int8 19 null
timecreated int8 19 null
timemodified int8 19 null
modifierid int8 19 null
app_user.id Defined in XMLR

Indexes

Constraint Name Type Sort Column(s)
app_cohorulecoll_id_pk Primary key Asc id
app_cohorulecoll_coh_ix Performance Asc cohortid
app_cohorulecoll_mod_ix Performance Asc modifierid

Relationships