create_orders
Insert a new order record into the orders table by supplying a JSON string of column values. Enables direct data entry through a generated CRUD interface, avoiding raw SQL.
Instructions
Insert a new row into orders. data = JSON string like '{"col":"val"}'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |