class AddDhcpOptionsToVLans < ActiveRecord::Migration[6.0]
  def change
    add_column :v_lans, :dhcp_options, :longtext
  end
end
