Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_cohort_rulesets_id_seq'::regclass) |
|
|
||||
rulecollectionid | int8 | 19 | null |
|
|
|||||
name | varchar | 255 | ''::character varying |
|
|
|||||
operator | int8 | 19 | null |
|
|
|||||
sortorder | int8 | 19 | √ | null |
|
|
||||
timecreated | int8 | 19 | null |
|
|
|||||
timemodified | int8 | 19 | null |
|
|
|||||
modifierid | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_cohorule_id_pk | Primary key | Asc | id |
app_cohorule_mod_ix | Performance | Asc | modifierid |
app_cohorule_rul_ix | Performance | Asc | rulecollectionid |