cohort_rules table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
rulesetid | BIGINT | 19 | null |
|
|
|||||
ruletype | VARCHAR | 255 |
|
|
||||||
name | VARCHAR | 255 |
|
|
||||||
sortorder | BIGINT | 19 | √ | null |
|
|
||||
timecreated | BIGINT | 19 | null |
|
|
|||||
timemodified | BIGINT | 19 | null |
|
|
|||||
modifierid | BIGINT | 19 | null |
|
|
Table contained -1 rows
cohort_rules table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
cohorule_mod2_ix | Performance | Asc | modifierid |
cohorule_rul2_ix | Performance | Asc | rulesetid |