Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_criteria_item_id_seq'::regclass) |
|
|
||||
criterion_id | int8 | 19 | null |
|
|
|||||
item_type | varchar | 255 | ''::character varying |
|
|
|||||
item_id | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totacrititem_id_pk | Primary key | Asc | id |
app_totacrititem_cri_ix | Performance | Asc | criterion_id |