class AddSsid80211WToNetworkSsids < ActiveRecord::Migration[6.0]
  def change
    add_column :network_ssids, :ssid_802_11_w, :string
  end
end
