mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
add collection uni-id-followers
This commit is contained in:
parent
7c75d2e8c6
commit
89e0f6abeb
24
collection/uni-id-followers/collection.json
Normal file
24
collection/uni-id-followers/collection.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
17
collection/uni-id-followers/package.json
Normal file
17
collection/uni-id-followers/package.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@opendb/uni-id-followers",
|
||||
"version": "0.0.1",
|
||||
"description": "uni-id-followers",
|
||||
"keywords": ["关注用户", "followers"],
|
||||
"opendb": {
|
||||
"title": "关注用户",
|
||||
"type": "collection",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "DCloud",
|
||||
"email": "",
|
||||
"homepage": "https://gitee.com/dcloud/opendb"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -6,5 +6,6 @@
|
||||
"uni-id-base-order":{},
|
||||
"uni-id-scores": {},
|
||||
"uni-id-task": {},
|
||||
"uni-id-task-log": {}
|
||||
"uni-id-task-log": {},
|
||||
"uni-id-followers": {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user