class AddDhcpOptionsToNetworkSsids < ActiveRecord::Migration[6.0]
  def change
    add_column :network_ssids, :dhcp_options, :longtext
  end
end
