mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
update uni-id-followers
This commit is contained in:
parent
508562342d
commit
0fedf8ef37
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user