acq.po_item
|
Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: |
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('acq.po_item_id_seq'::regclass) |
|
purchase_order FK |
|
Yes |
||
fund_debit FK |
|
Yes |
||
inv_item_type FK |
|
No |
||
title |
|
Yes |
||
author |
|
Yes |
||
note |
|
Yes |
||
estimated_cost |
|
Yes |
||
fund FK |
|
Yes |
||
target |
|
Yes |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
|
|
SET NULL |
CASCADE |
DEFERRED |
|
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
|
btree |
|