class AddAttachmentIdsToIdeas < ActiveRecord::Migration[5.2] def change add_column :educode_sales_ideas,:attachment_ids,:string end end