asset.copy_part_map

Cascading Deletes: Deleting rows from this table will cascade to: biblio.monograph_part.

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('asset.copy_part_map_id_seq'::regclass)

target_copy

bigint

No

part FK

integer

No

biblio.monograph_part(id)

Primary Key

(id)

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

part

biblio.monograph_part(id)

CASCADE

NO ACTION

No

copy_part_map_part_fkey

Indexes

Index Method Definition

copy_part_map_pkey PK

btree

CREATE UNIQUE INDEX copy_part_map_pkey ON asset.copy_part_map USING btree (id)

copy_part_map_cp_part_idx UNIQUE

btree

CREATE UNIQUE INDEX copy_part_map_cp_part_idx ON asset.copy_part_map USING btree (target_copy, part)