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