create_users
Add a user record to the users table by supplying a JSON string with column-value pairs. Creates a new row with specified data.
Instructions
Insert a new row into users. data = JSON string like '{"col":"val"}'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |