Schema Version: 1.3

phylotree_pub


Description

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

Columns

Column Type Size Foreign Key Nullable Default Comments
phylotree_pub_id bigserial 19
nextval('chado.phylotree_pub_phylotree_pub_id_seq'::regclass)
phylotree_id int8 19
phylotree.phylotree_id phylotree_pub_phylotree_id_fkey C
null
pub_id int8 19
pub.pub_id phylotree_pub_pub_id_fkey C
null

Table contained -1 rows

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_pub_id_key Must be unique Asc/Asc phylotree_id + pub_id

Relationships