class AddMacAuthToNetworkSsid < ActiveRecord::Migration[6.0]
  def change
    add_column :network_ssids, :mac_auth, :integer, default: 0
  end
end
