Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('acq.po_note_id_seq'::regclass) |
|
|
|||||
| purchase_order | int4 | 10 | null |
|
|
||||||
| creator | int4 | 10 | null |
|
|
||||||
| editor | int4 | 10 | null |
|
|
||||||
| create_time | timestamptz | 35,6 | now() |
|
|
||||||
| edit_time | timestamptz | 35,6 | now() |
|
|
||||||
| value | text | 2147483647 | null |
|
|
||||||
| vendor_public | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| po_note_pkey | Primary key | Asc | id |
| acq_po_note_creator_idx | Performance | Asc | creator |
| acq_po_note_editor_idx | Performance | Asc | editor |
| po_note_po_idx | Performance | Asc | purchase_order |
