We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bba6d commit 87547feCopy full SHA for 87547fe
1 file changed
README.md
@@ -82,7 +82,8 @@ $data = [
82
'version' => '8.3'
83
];
84
85
-$client->postData('table name', $data);
+$client->postData('table name', $data, 'id');
86
+// 3rd option on_conflict
87
```
88
89
### `updateData()`
0 commit comments