Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| phylotree_id | bigserial | 19 |
|
nextval('chado.phylotree_phylotree_id_seq'::regclass) | ||||
| dbxref_id | int8 | 19 |
|
null | ||||
| name | varchar | 255 |
|
√ | null | |||
| type_id | int8 | 19 |
|
√ | null | Type: protein, nucleotide, taxonomy, for example. The type should be any SO type, or "taxonomy". |
||
| analysis_id | int8 | 19 |
|
√ | null | |||
| comment | text | 2147483647 |
|
√ | null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| phylotree_pkey | Primary key | Asc | phylotree_id |
| phylotree_idx1 | Performance | Asc | phylotree_id |

