Add whole genome sequence
This commit is contained in:
parent
d861eff377
commit
35bf1e363c
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ CREATE TABLE strains (
|
||||||
type_strain BOOLEAN NOT NULL,
|
type_strain BOOLEAN NOT NULL,
|
||||||
accession_numbers TEXT NULL,
|
accession_numbers TEXT NULL,
|
||||||
genbank TEXT NULL,
|
genbank TEXT NULL,
|
||||||
|
whole_genome_sequence TEXT NULL,
|
||||||
isolated_from TEXT NULL,
|
isolated_from TEXT NULL,
|
||||||
notes TEXT NULL,
|
notes TEXT NULL,
|
||||||
|
|
||||||
|
|
Reference in a new issue