Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_report_builder_preproc_track_id_seq'::regclass) |
|
|
||||
groupid | int8 | 19 | null |
|
|
|||||
itemid | varchar | 255 | ''::character varying |
|
|
|||||
lastchecked | int8 | 19 | null |
|
|
|||||
disabled | int2 | 5 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_repobuilpreptrac_id_pk | Primary key | Asc | id |
app_repobuilpreptrac_gro_ix | Performance | Asc | groupid |
app_repobuilpreptrac_groit_uix | Must be unique | Asc/Asc | groupid + itemid |