class AddYumpuToDownloadContents < ActiveRecord::Migration def change add_column :download_contents, :show_yumpu, :boolean end end