Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
phylotree_id | serial | 10 | √ | nextval('phylotree_phylotree_id_seq'::regclass) |
|
|
|||||||||||
dbxref_id | int4 | 10 | null |
|
|
||||||||||||
name | varchar | 255 | √ | null |
|
|
|||||||||||
type_id | int4 | 10 | √ | null |
|
|
Type: protein, nucleotide, taxonomy, for example. The type should be any SO type, or “taxonomy”. |
||||||||||
analysis_id | int4 | 10 | √ | null |
|
|
|||||||||||
comment | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
phylotree_pkey | Primary key | Asc | phylotree_id |
phylotree_idx1 | Performance | Asc | phylotree_id |