feat: 用户表增加dcloud appid字段

This commit is contained in:
wangyaqi 2021-07-29 20:47:07 +08:00
parent 6693482bec
commit 8d0c1d32f4

View File

@ -180,6 +180,11 @@
"bsonType": "string",
"description": "苹果登录openid"
},
"dcloud_appid": {
"bsonType": "array",
"description": "允许登录的客户端的appid列表",
"foreignKey": "opendb-app-list.appid"
},
"comment": {
"bsonType": "string",
"title": "备注",