update uni-id-followers

This commit is contained in:
handongxun 2020-09-08 14:30:04 +08:00
parent 508562342d
commit 0fedf8ef37

View File

@ -6,13 +6,13 @@
"_id": {
"description": "ID系统自动生成"
},
"user_id": {
"friend_uid": {
"bsonType": "string",
"description": "用户id参考uni-id-users表"
"description": "被关注者user_id参考uni-id-users表"
},
"follow_id": {
"follow_uid": {
"bsonType": "string",
"description": "用户id参考uni-id-users表"
"description": "关注者user_id参考uni-id-users表"
},
"create_date": {
"bsonType": "timestamp",