class AddEmailNotifyToCourse < ActiveRecord::Migration[5.2]
  def change
    add_column :courses, :email_notify, :boolean, default: 0
  end
end