{ "db_name": "PostgreSQL", "query": "INSERT INTO approvals\n (id, workspace_id, run_id, session_key, action_type, category,\n payload, preview, requested_by_agent, taint_sources, status,\n expires_at)\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, 'pending', $11)\n RETURNING id, workspace_id, run_id, session_key, action_type,\n category, payload, preview, requested_by_agent,\n taint_sources, status, decided_by, created_at", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "workspace_id", "type_info": "Uuid" }, { "ordinal": 2, "name": "run_id", "type_info": "Uuid" }, { "ordinal": 3, "name": "session_key", "type_info": "Text" }, { "ordinal": 4, "name": "action_type", "type_info": "Text" }, { "ordinal": 5, "name": "category", "type_info": "Text" }, { "ordinal": 6, "name": "payload", "type_info": "Jsonb" }, { "ordinal": 7, "name": "preview", "type_info": "Jsonb" }, { "ordinal": 8, "name": "requested_by_agent", "type_info": "Uuid" }, { "ordinal": 9, "name": "taint_sources", "type_info": "TextArray" }, { "ordinal": 10, "name": "status", "type_info": "Text" }, { "ordinal": 11, "name": "decided_by", "type_info": "Uuid" }, { "ordinal": 12, "name": "created_at", "type_info": "Timestamptz" } ], "parameters": { "Left": [ "Uuid", "Uuid", "Uuid", "Text", "Text", "Text", "Jsonb", "Jsonb", "Uuid", "TextArray", "Timestamptz" ] }, "nullable": [ false, false, false, false, false, false, false, false, false, false, false, true, false ] }, "hash": "40540e457a09c543487f49cf782fdf84bd5fcce6f35601332288c1901fd8faee" }