Schema Version: 1.3

pub_dbxref


Description

Handle links to repositories, e.g. Pubmed, Biosis, zoorec, OCLC, Medline, ISSN, coden...

Columns

Column Type Size Foreign Key Nullable Default Comments
pub_dbxref_id bigserial 19
nextval('chado.pub_dbxref_pub_dbxref_id_seq'::regclass)
pub_id int8 19
pub.pub_id pub_dbxref_pub_id_fkey C
null
dbxref_id int8 19
dbxref.dbxref_id pub_dbxref_dbxref_id_fkey C
null
is_current bool 1
true

Table contained -1 rows

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