Add strain notes

This commit is contained in:
Matthew Dillon 2015-04-24 08:16:08 -08:00
parent d3ff53da62
commit 96def1539b
3 changed files with 13 additions and 1 deletions

View file

@ -9,6 +9,7 @@ export default DS.Model.extend({
accessionBanks: DS.attr('string'),
genbankEmblDdb: DS.attr('string'),
isolatedFrom: DS.attr('string'),
notes: DS.attr('string'),
createdAt: DS.attr('date'),
updatedAt: DS.attr('date'),
deletedAt: DS.attr('date'),