From 48a28612c0e5fa9e3923f3c99f8cd1628fd1f9f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E7=BA=A2=E4=BF=9D?= Date: Wed, 31 Mar 2021 12:09:52 +0800 Subject: [PATCH] add score to collection/uni-id-users/collection.json. --- collection/uni-id-users/collection.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collection/uni-id-users/collection.json b/collection/uni-id-users/collection.json index fe658cf..8839378 100644 --- a/collection/uni-id-users/collection.json +++ b/collection/uni-id-users/collection.json @@ -243,6 +243,10 @@ } } }, + "score":{ + "bsonType": "int", + "description": "用户积分,积分变更记录可参考:uni-id-scores表定义" + }, "register_date": { "bsonType": "timestamp", "description": "注册时间",