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