action.hold_notification
|
Cascading Deletes: Deleting rows from this table will cascade to: 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.hold_notification_id_seq'::regclass) |
|
hold FK |
|
No |
||
notify_staff FK |
|
Yes |
||
notify_time |
|
No |
now() |
|
method |
|
No |
||
note |
|
Yes |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
CASCADE |
NO ACTION |
DEFERRED |
|
|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
|
btree |
|