class AddLogoIdToInvBillings < ActiveRecord::Migration[6.0]
  def change
    add_column :inv_billings, :logo_id, :integer
  end
end
