.Patch[T](what, patches)Applies JSON Patch changes to all records, or a specific record, in the database.
NoteThis function patches document / record data with the specified JSON Patch data.
| Arguments | Description | ||
|---|---|---|---|
| thingrequired | The table name or the specific  | ||
| dataoptional | The JSON Patch data with which to patch the records. |