Schema Version: 1.3

project_dbxref


Description

project_dbxref links a project to dbxrefs.

Columns

Column Type Size Foreign Key Nullable Default Comments
project_dbxref_id bigserial 19
nextval('chado.project_dbxref_project_dbxref_id_seq'::regclass)
project_id int8 19
project.project_id project_dbxref_project_id_fkey C
null
dbxref_id int8 19
dbxref.dbxref_id project_dbxref_dbxref_id_fkey C
null
is_current bool 1
true

The is_current boolean indicates whether the linked dbxref is the current -official- dbxref for the linked project.

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
project_dbxref_pkey Primary key Asc project_dbxref_id
project_dbxref_c1 Must be unique Asc/Asc project_id + dbxref_id
project_dbxref_idx1 Performance Asc project_id
project_dbxref_idx2 Performance Asc dbxref_id

Relationships