class AddVendorDetailsToNetworkSsids < ActiveRecord::Migration[6.0]
  def change
    add_column :network_ssids, :vendor_details, :text
  end
end
