biblio.peer_type

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('biblio.peer_type_id_seq'::regclass)

name

text

No

Primary Key

(id)

Unique Constraints

  • peer_type_name_key: (name)

Indexes

Index Method Definition

peer_type_pkey PK

btree

CREATE UNIQUE INDEX peer_type_pkey ON biblio.peer_type USING btree (id)

peer_type_name_key UNIQUE

btree

CREATE UNIQUE INDEX peer_type_name_key ON biblio.peer_type USING btree (name)

Referenced By

The following tables have foreign keys pointing to biblio.peer_type (1 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

biblio.peer_bib_copy_map

peer_type

id

peer_bib_copy_map_peer_type_fkey