Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_criteria_id_seq'::regclass) |
|
|
||||||||
plugin_type | varchar | 1333 | ''::character varying |
|
|
|||||||||
idnumber | varchar | 100 | √ | null |
|
|
||||||||
aggregation_method | int8 | 19 | null |
|
|
|||||||||
aggregation_params | text | 2147483647 | √ | null |
|
|
||||||||
criterion_modified | int8 | 19 | null |
|
|
|||||||||
last_evaluated | int8 | 19 | √ | null |
|
|
||||||||
valid | int2 | 5 | 1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totacrit_id_pk | Primary key | Asc | id |
app_totacrit_cri_ix | Performance | Asc | criterion_modified |