class AddPayoutFieldsToEvents < ActiveRecord::Migration[8.0] def change add_column :events, :payout_requested_at, :datetime add_column :events, :payout_status, :integer end end