class AddNotifiedToComments < ActiveRecord::Migration[6.0] def change add_column :comments, :notified, :boolean, :default => false add_column :comments, :notified_at, :datetime end end