Adding ‘isolated from’ to strains.

This commit is contained in:
Matthew Dillon 2014-12-03 13:14:58 -09:00
parent f33205e721
commit 641203ceb9
3 changed files with 15 additions and 12 deletions

View file

@ -9,6 +9,7 @@ CREATE TABLE strains (
etymology CHARACTER VARYING(500),
accession_banks CHARACTER VARYING(100),
genbank_embl_ddb CHARACTER VARYING(100),
isolated_from CHARACTER VARYING(100),
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,