class AddCancelPaymentIdToInvPhotographerPayments < ActiveRecord::Migration[6.0]
  def change
    add_column :inv_photographer_payments, :cancel_payment_id, :integer
    add_index :inv_photographer_payments, :cancel_payment_id
  end
end
