Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('acq.picklist_id_seq'::regclass) |
|
|
|||||
owner | int4 | 10 | null |
|
|
||||||
creator | int4 | 10 | null |
|
|
||||||
editor | int4 | 10 | null |
|
|
||||||
org_unit | int4 | 10 | null |
|
|
||||||
name | text | 2147483647 | null |
|
|
||||||
create_time | timestamptz | 35,6 | now() |
|
|
||||||
edit_time | timestamptz | 35,6 | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
picklist_pkey | Primary key | Asc | id |
acq_picklist_creator_idx | Performance | Asc | creator |
acq_picklist_editor_idx | Performance | Asc | editor |
acq_picklist_owner_idx | Performance | Asc | owner |
name_once_per_owner | Must be unique | Asc/Asc | name + owner |