app_cohort_rulesets

0 rows


Description

Rulesets for dynamic cohorts

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_cohort_rulesets_id_seq'::regclass)
app_cohort_rules.rulesetid Defined in XMLR
rulecollectionid int8 19 null
app_cohort_rule_collections.id Defined in XMLR
name varchar 255 ''::character varying
operator int8 19 null
sortorder 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_cohorule_id_pk Primary key Asc id
app_cohorule_mod_ix Performance Asc modifierid
app_cohorule_rul_ix Performance Asc rulecollectionid

Relationships