class AddDeleteToTiding < ActiveRecord::Migration[5.2] def change add_column :tidings, :delete, :boolean, default: 0 end end