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