Move etymology to species

This commit is contained in:
Matthew Dillon 2015-04-24 07:46:01 -08:00
parent 5640a303a4
commit 46d58d8dfb
3 changed files with 1 additions and 2 deletions

View file

@ -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,

View file

@ -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,