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 |
|
|
||||||
| name | varchar | 255 | ''::character varying |
|
|
||||||
| value | varchar | 255 | √ | null |
|
|
|||||
| timecreated | int8 | 19 | null |
|
|
||||||
| timemodified | int8 | 19 | null |
|
|
||||||
| modifierid | int8 | 19 | null |
|
|
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 |

