app_cohort_rule_params

0 rows


Description

The parameters of rules in cohort_rules

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_cohort_rule_params_id_seq'::regclass)
ruleid int8 19 null
app_cohort_rules.id Defined in XMLR
name varchar 255 ''::character varying
value varchar 255 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_cohorulepara_id_pk Primary key Asc id
app_cohorulepara_mod_ix Performance Asc modifierid
app_cohorulepara_rul_ix Performance Asc ruleid

Relationships