class AddCustomerIdToPaymentInvoices < ActiveRecord::Migration[6.0]
  def change
    add_column :payment_invoices, :customer_id, :string
  end
end
