pub_dbxref

2 rows


Description

Handle links to eg, pubmed, biosis, zoorec, OCLC, mdeline, ISSN, coden…

Columns

Column Type Size Nulls Auto Default Children Parents Comments
pub_dbxref_id serial 10 nextval('pub_dbxref_pub_dbxref_id_seq'::regclass)
pub_id int4 10 null
pub.pub_id pub_dbxref_pub_id_fkey C
dbxref_id int4 10 null
dbxref.dbxref_id pub_dbxref_dbxref_id_fkey C
is_current bool 1 true

Indexes

Constraint Name Type Sort Column(s)
pub_dbxref_pkey Primary key Asc pub_dbxref_id
pub_dbxref_c1 Must be unique Asc/Asc pub_id + dbxref_id
pub_dbxref_idx1 Performance Asc pub_id
pub_dbxref_idx2 Performance Asc dbxref_id

Relationships