Rename genbank and accession

This commit is contained in:
Matthew Dillon 2015-04-24 08:23:28 -08:00
parent 46d58d8dfb
commit 8dc3e2a3fb
2 changed files with 14 additions and 14 deletions

View file

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