Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
sequencing_project_id | serial | 10 | √ | nextval('sequencing_project_sequencing_project_id_seq'::regclass) |
|
|
||||
sequencing_lab | varchar | 2147483647 | √ | null |
|
|
Laboratory that sequenced and submitted the sequence to the databank (encoded by ‘Database source’) |
|||
submission_date | date | 13 | √ | null |
|
|
Date of submission of the sequence to the databank (encoded by ‘Database source’) |
|||
database_source | varchar | 2147483647 | √ | null |
|
|
Original database from which information is collected |
|||
bioproject_id | varchar | 2147483647 | √ | null |
|
|
External reference to the NCBI BioProject database https://www.ncbi.nlm.nih.gov/bioproject/ |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
sequencing_project_pkey | Primary key | Asc | sequencing_project_id |