Schema Version: 1.3

project_pub


Description

Linking table for associating projects and publications.

Columns

Column Type Size Foreign Key Nullable Default Comments
project_pub_id bigserial 19
nextval('chado.project_pub_project_pub_id_seq'::regclass)
project_id int8 19
project.project_id project_pub_project_id_fkey C
null
pub_id int8 19
pub.pub_id project_pub_pub_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
project_pub_pkey Primary key Asc project_pub_id
project_pub_c1 Must be unique Asc/Asc project_id + pub_id
project_pub_idx1 Performance Asc project_id
project_pub_idx2 Performance Asc pub_id

Relationships