提交 6b6b0d67 编写于 作者: 雪洛's avatar 雪洛

docs: db_init.json

上级 04f7403c
......@@ -197,7 +197,7 @@ H5前端js访问云函数,涉及跨域问题,导致前端js无法连接云
"MgoKeySchema": { // 索引规则
"MgoIndexKeys": [{
"Name": "index", // 索引字段
"Direction": 1 // 索引方向,1:ASC-升序,-1:DESC-降序 ,暂时使用数字后续此字段会修改为字符串形式
"Direction": "1" // 索引方向,1:ASC-升序,-1:DESC-降序
}],
"MgoIsUnique": false // 索引是否唯一
}
......
# uniCloud 更新日志
======================================
#### 2020-02-27
* 【IDE】
+ db_init.json 调整 添加索引方向时应使用字符串
#### 2020-02-26
* 【服务端SDK】
+ 阿里云 新增 云数据库支持 add 批量添加数据 [详情](https://uniapp.dcloud.io/uniCloud/cf-database?id=add)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册