db_insert_row
Insert a new row into a database table by providing the table name and column-value pairs. The operation is auto-approved and logged for audit.
Instructions
Insert a new row into a table (auto-approved, logged)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Column-value pairs to insert | |
| table | Yes | Table name to insert into |