Newer
Older
dmpopidor / db / migrate / 20171124133802_add_links_to_templates.rb
class AddLinksToTemplates < ActiveRecord::Migration
  def change
    add_column :templates, :links, :string, default: '{"funder":[], "sample_plan":[]}'
  end
end