{ "db_name": "PostgreSQL", "query": "INSERT INTO audit_log\n (workspace_id, actor_kind, actor_id, event_type, subject_type,\n subject_id, detail)\n VALUES ($1, 'user', $2, $3, 'approval', $4, $5)", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", "Uuid", "Text", "Text", "Jsonb" ] }, "nullable": [] }, "hash": "9bfcbca59dff3744ac0a1cdbdb1ccd27a45a0e299d3a59423259d2df648e45b7" }