class AddDhcpFieldsToRouterInventory < ActiveRecord::Migration[6.0]
  def change
    add_column :router_inventories, :dhcp_start_range,:string
    add_column :router_inventories, :dhcp_end_range,:string
  end
end
