Schema Version: 1.3

phylonodeprop


Columns

Column Type Size Foreign Key Nullable Default Comments
phylonodeprop_id bigserial 19
nextval('chado.phylonodeprop_phylonodeprop_id_seq'::regclass)
phylonode_id int8 19
phylonode.phylonode_id phylonodeprop_phylonode_id_fkey C
null
type_id int8 19
cvterm.cvterm_id phylonodeprop_type_id_fkey C
null

type_id could designate phylonode hierarchy relationships, for example: species taxonomy (kingdom, order, family, genus, species), "ortholog/paralog", "fold/superfold", etc.

value text 2147483647
''::text
rank int4 10
0

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
phylonodeprop_pkey Primary key Asc phylonodeprop_id
phylonodeprop_idx1 Performance Asc phylonode_id
phylonodeprop_idx2 Performance Asc type_id
phylonodeprop_phylonode_id_type_id_value_rank_key Must be unique Asc/Asc/Asc/Asc phylonode_id + type_id + value + rank

Relationships