class ChangeVlanToBeStringInSwitchPortConfigurations < ActiveRecord::Migration[6.0]
  def change
  	change_column :switch_port_configurations, :vlan, :string
  end
end
