Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
host_id | serial | 10 | √ | nextval('host_specie_host_id_seq'::regclass) |
|
|
||||||||
host_taxon_id | int4 | 10 | √ | null |
|
|
Host organism species ID from NCBI Taxonomy https://www.ncbi.nlm.nih.gov/taxonomy |
|||||||
host_taxon_name | varchar | 2147483647 | √ | null |
|
|
Host organism species name from NCBI Taxonomy https://www.ncbi.nlm.nih.gov/taxonomy |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
host_specie_pkey | Primary key | Asc | host_id |