action.emergency_closing_hold
|
Cascading Deletes: Deleting rows from this table will cascade to: action.emergency_closing, action.hold_request. |
|
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('action.emergency_closing_hold_id_seq'::regclass) |
|
emergency_closing FK |
|
No |
||
hold FK |
|
No |
||
original_shelf_expire_time |
|
Yes |
||
process_time |
|
Yes |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
CASCADE |
NO ACTION |
DEFERRED |
|
|
|
CASCADE |
NO ACTION |
DEFERRED |
|
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
|
btree |
|