Move etymology to species
This commit is contained in:
parent
5640a303a4
commit
46d58d8dfb
3 changed files with 1 additions and 2 deletions
migrations
|
@ -6,7 +6,6 @@ CREATE TABLE strains (
|
|||
species_id BIGINT NOT NULL,
|
||||
strain_name TEXT NOT NULL,
|
||||
type_strain BOOLEAN NOT NULL,
|
||||
etymology TEXT NULL,
|
||||
accession_banks TEXT NULL,
|
||||
genbank_embl_ddb TEXT NULL,
|
||||
isolated_from TEXT NULL,
|
||||
|
|
Reference in a new issue