opendb/collection/uni-id-followers/collection.json

25 lines
527 B
JSON
Raw Normal View History

2020-09-07 19:58:32 +08:00
{
"schema": {
"bsonType": "object",
"required": ["user_id"],
"properties": {
"_id": {
"description": "ID系统自动生成"
},
"user_id": {
"bsonType": "string",
"description": "用户id参考uni-id-users表"
},
"follow_id": {
"bsonType": "string",
"description": "用户id参考uni-id-users表"
},
"create_date": {
"bsonType": "timestamp",
"description": "创建时间"
}
}
},
"index": []
}