class AddVatNumberToInvRightOwners < ActiveRecord::Migration[6.0]
  def change
    add_column :inv_right_owners, :vat_number, :string
  end
end
