class AddYumpuToDataFiles < ActiveRecord::Migration def change add_column :data_files, :yumpu_content, :text add_column :data_files, :show_yumpu, :boolean end end