acq.lineitem_note
|
Cascading Deletes: Deleting rows from this table will cascade to: acq.lineitem. |
|
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.lineitem_note_id_seq'::regclass) |
|
lineitem FK |
|
No |
||
creator FK |
|
No |
||
editor FK |
|
No |
||
create_time |
|
No |
now() |
|
edit_time |
|
No |
now() |
|
value |
|
No |
||
alert_text FK |
|
Yes |
||
vendor_public |
|
No |
false |
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 |
|
|
|
CASCADE |
NO ACTION |
DEFERRED |
|
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
|
btree |
|
|
btree |
|