class AddOrderedByToPaymentInvoices < ActiveRecord::Migration[6.0]
  def change
    add_column :payment_invoices, :ordered_by, :integer
  end
end
