From 02e00464edcd1d497d79716c67604b3edd5617a6 Mon Sep 17 00:00:00 2001 From: handongxun Date: Wed, 2 Sep 2020 20:46:12 +0800 Subject: [PATCH] update: [collection:uni-id-device] add ua --- collection/uni-id-device/collection.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collection/uni-id-device/collection.json b/collection/uni-id-device/collection.json index 3dc8d8b..24e5e0c 100644 --- a/collection/uni-id-device/collection.json +++ b/collection/uni-id-device/collection.json @@ -10,6 +10,10 @@ "bsonType": "string", "description": "用户id,参考uni-id-users表" }, + "ua": { + "bsonType": "string", + "description": "userAgent" + }, "device_id": { "bsonType": "string", "description": "设备唯一标识(需要加密存储)"