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