actor.org_unit_proximity_adjustment
|
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('actor.org_unit_proximity_adjustment_id_seq'::regclass) |
|
item_circ_lib FK |
|
Yes |
||
item_owning_lib FK |
|
Yes |
||
copy_location FK |
|
Yes |
||
hold_pickup_lib FK |
|
Yes |
||
hold_request_lib FK |
|
Yes |
||
pos |
|
No |
0 |
|
absolute_adjustment |
|
No |
false |
|
prox_adjustment |
|
Yes |
||
circ_mod FK |
|
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 |
No |
|
|
|
NO ACTION |
NO ACTION |
No |
|
|
|
NO ACTION |
NO ACTION |
No |
|
|
|
NO ACTION |
NO ACTION |
No |
|
Check Constraints
-
prox_adj_criterium:CHECK COALESCE((item_circ_lib)::text, (item_owning_lib)::text, (copy_location)::text, (hold_pickup_lib)::text, (hold_request_lib)::text, circ_mod) IS NOT NULL
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
|
btree |
|
|
btree |
|
|
btree |
|
|
btree |
|
|
btree |
|
|
btree |
|