class AddPaidAtToDonations < ActiveRecord::Migration[6.0] def change add_column :donations, :paid_at, :datetime end end