Schema Version: 1.3

library_contact


Description

Links contact(s) with a library. Used to indicate a particular person or organization responsible for creation of or that can provide more information on a particular library.

Columns

Column Type Size Foreign Key Nullable Default Comments
library_contact_id bigserial 19
nextval('chado.library_contact_library_contact_id_seq'::regclass)
library_id int8 19
library.library_id library_contact_library_id_fkey C
null
contact_id int8 19
contact.contact_id library_contact_contact_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
library_contact_pkey Primary key Asc library_contact_id
library_contact_c1 Must be unique Asc/Asc library_id + contact_id

Relationships