phylonode_dbxref

0 rows


Description

For example, for orthology, paralogy group identifiers; could also be used for NCBI taxonomy; for sequences, refer to phylonode_feature, feature associated dbxrefs.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
phylonode_dbxref_id serial 10 nextval('phylonode_dbxref_phylonode_dbxref_id_seq'::regclass)
phylonode_id int4 10 null
phylonode.phylonode_id phylonode_dbxref_phylonode_id_fkey C
dbxref_id int4 10 null
dbxref.dbxref_id phylonode_dbxref_dbxref_id_fkey C

Indexes

Constraint Name Type Sort Column(s)
phylonode_dbxref_pkey Primary key Asc phylonode_dbxref_id
phylonode_dbxref_idx1 Performance Asc phylonode_id
phylonode_dbxref_idx2 Performance Asc dbxref_id
phylonode_dbxref_phylonode_id_key Must be unique Asc/Asc phylonode_id + dbxref_id

Relationships