Skip to content

Commit

Permalink
Update cf-database.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangyaqi committed Feb 29, 2020
1 parent b5aaa26 commit 00f2db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/uniCloud/cf-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const collection = db.collection('user');

| 参数 | 类型 | 必填 | 说明 |
| ---- | ------ | ---- | ---------------------------------------- |
| data | object|array || {_id: '10001', 'name': 'Ben'} _id 非必填|
| data | object | array || {_id: '10001', 'name': 'Ben'} _id 非必填|

```js
// 单条插入数据
Expand Down

0 comments on commit 00f2db1

Please sign in to comment.