Move etymology to species
This commit is contained in:
parent
5640a303a4
commit
46d58d8dfb
3 changed files with 1 additions and 2 deletions
|
@ -7,6 +7,7 @@ CREATE TABLE species (
|
|||
species_name TEXT NOT NULL,
|
||||
type_species BOOLEAN NULL,
|
||||
subspecies_species_id BIGINT NULL,
|
||||
etymology TEXT NULL,
|
||||
|
||||
created_at TIMESTAMP WITH TIME ZONE NOT NULL,
|
||||
updated_at TIMESTAMP WITH TIME ZONE NOT NULL,
|
||||
|
|
|
@ -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