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