Cohort Rule Params Table Schema (cohort_rule_params)


Description

The parameters of rules in cohort_rules

cohort_rule_params table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
ruleid BIGINT 19 null
cohort_rules.id cohorulepara_rul2_fk R
name VARCHAR 255
value VARCHAR 255 null
timecreated BIGINT 19 null
timemodified BIGINT 19 null
modifierid BIGINT 19 null
user.id cohorulepara_mod2_fk R

Table contained -1 rows

cohort_rule_params table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
cohorulepara_mod_ix Performance Asc modifierid
cohorulepara_rul_ix Performance Asc ruleid

cohort_rule_params table relationships