Rename genbank and accession
This commit is contained in:
parent
46d58d8dfb
commit
8dc3e2a3fb
2 changed files with 14 additions and 14 deletions
|
@ -6,8 +6,8 @@ CREATE TABLE strains (
|
|||
species_id BIGINT NOT NULL,
|
||||
strain_name TEXT NOT NULL,
|
||||
type_strain BOOLEAN NOT NULL,
|
||||
accession_banks TEXT NULL,
|
||||
genbank_embl_ddb TEXT NULL,
|
||||
accession_numbers TEXT NULL,
|
||||
genbank TEXT NULL,
|
||||
isolated_from TEXT NULL,
|
||||
notes TEXT NULL,
|
||||
author_id BIGINT NOT NULL,
|
||||
|
|
Reference in a new issue