mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-27 15:01:15 +08:00
update uni-id-followers
This commit is contained in:
parent
508562342d
commit
0fedf8ef37
@ -6,13 +6,13 @@
|
|||||||
"_id": {
|
"_id": {
|
||||||
"description": "ID,系统自动生成"
|
"description": "ID,系统自动生成"
|
||||||
},
|
},
|
||||||
"user_id": {
|
"friend_uid": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "用户id,参考uni-id-users表"
|
"description": "被关注者user_id,参考uni-id-users表"
|
||||||
},
|
},
|
||||||
"follow_id": {
|
"follow_uid": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "用户id,参考uni-id-users表"
|
"description": "关注者user_id,参考uni-id-users表"
|
||||||
},
|
},
|
||||||
"create_date": {
|
"create_date": {
|
||||||
"bsonType": "timestamp",
|
"bsonType": "timestamp",
|
||||||
|
Loading…
Reference in New Issue
Block a user