Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_cohort_rules_id_seq'::regclass) |
|
|
||||
rulesetid | int8 | 19 | null |
|
|
|||||
ruletype | varchar | 255 | ''::character varying |
|
|
|||||
name | varchar | 255 | ''::character varying |
|
|
|||||
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_id2_pk | Primary key | Asc | id |
app_cohorule_mod2_ix | Performance | Asc | modifierid |
app_cohorule_rul2_ix | Performance | Asc | rulesetid |