cohort_rule_params table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
ruleid | BIGINT | 19 | null |
|
|
|||||
name | VARCHAR | 255 |
|
|
||||||
value | VARCHAR | 255 | √ | null |
|
|
||||
timecreated | BIGINT | 19 | null |
|
|
|||||
timemodified | BIGINT | 19 | null |
|
|
|||||
modifierid | BIGINT | 19 | null |
|
|
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 |