class AddCustomerEmailToPaymentInvoices < ActiveRecord::Migration[6.0]
  def change
    add_column :payment_invoices, :customer_email, :string
  end
end
