config.patron_loader_value_map

Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: config_patron_loader_value_map_org_fkey.

Columns

Column Type Nullable Default Notes

id

integer

No

nextval('config.patron_loader_value_map_id_seq'::regclass)

org_unit FK

integer

No

actor.org_unit(id)

mapping_type

text

No

import_value

text

No

native_value

text

No

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

org_unit

actor.org_unit(id)

NO ACTION

NO ACTION

DEFERRED

config_patron_loader_value_map_org_fkey