Skip to content

Commit 87547fe

Browse files
Update Docs
1 parent 22bba6d commit 87547fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ $data = [
8282
'version' => '8.3'
8383
];
8484

85-
$client->postData('table name', $data);
85+
$client->postData('table name', $data, 'id');
86+
// 3rd option on_conflict
8687
```
8788

8889
### `updateData()`

0 commit comments

Comments
 (0)