Add strain notes

This commit is contained in:
Matthew Dillon 2015-04-24 07:29:12 -08:00
parent 9e49cf4bd1
commit c5ea88c464
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ CREATE TABLE strains (
accession_banks CHARACTER VARYING(100) NULL,
genbank_embl_ddb CHARACTER VARYING(100) NULL,
isolated_from CHARACTER VARYING(100) NULL,
notes TEXT NULL,
author_id BIGINT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE NOT NULL,