mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
update: uni-id-users新增apple_openid字段,及其index索引
This commit is contained in:
parent
72d24288ed
commit
f591e699fa
@ -156,6 +156,10 @@
|
|||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "支付宝平台openid"
|
"description": "支付宝平台openid"
|
||||||
},
|
},
|
||||||
|
"apple_openid": {
|
||||||
|
"bsonType": "string",
|
||||||
|
"description": "苹果登录openid"
|
||||||
|
},
|
||||||
"comment": {
|
"comment": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"title": "备注",
|
"title": "备注",
|
||||||
@ -332,6 +336,16 @@
|
|||||||
"MgoIsUnique": false
|
"MgoIsUnique": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"IndexName": "apple_openid",
|
||||||
|
"MgoKeySchema": {
|
||||||
|
"MgoIndexKeys": [{
|
||||||
|
"Name": "apple_openid",
|
||||||
|
"Direction": "1"
|
||||||
|
}],
|
||||||
|
"MgoIsUnique": false
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"IndexName": "my_invite_code",
|
"IndexName": "my_invite_code",
|
||||||
"MgoKeySchema": {
|
"MgoKeySchema": {
|
||||||
|
Loading…
Reference in New Issue
Block a user