phylotree_pub

0 rows


Description

Tracks citations global to the tree e.g. multiple sequence alignment supporting tree construction.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
phylotree_pub_id serial 10 nextval('phylotree_pub_phylotree_pub_id_seq'::regclass)
phylotree_id int4 10 null
phylotree.phylotree_id phylotree_pub_phylotree_id_fkey C
pub_id int4 10 null
pub.pub_id phylotree_pub_pub_id_fkey C

Indexes

Constraint Name Type Sort Column(s)
phylotree_pub_pkey Primary key Asc phylotree_pub_id
phylotree_pub_idx1 Performance Asc phylotree_id
phylotree_pub_idx2 Performance Asc pub_id
phylotree_pub_phylotree_id_key Must be unique Asc/Asc phylotree_id + pub_id

Relationships