{ "db_name": "PostgreSQL", "query": "\n SELECT\n id,\n delegated_did,\n actor_did,\n controller_did,\n action_type as \"action_type: DelegationActionType\",\n action_details,\n ip_address,\n user_agent,\n created_at\n FROM delegation_audit_log\n WHERE delegated_did = $1\n ORDER BY created_at DESC\n LIMIT $2 OFFSET $3\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "delegated_did", "type_info": "Text" }, { "ordinal": 2, "name": "actor_did", "type_info": "Text" }, { "ordinal": 3, "name": "controller_did", "type_info": "Text" }, { "ordinal": 4, "name": "action_type: DelegationActionType", "type_info": { "Custom": { "name": "delegation_action_type", "kind": { "Enum": [ "grant_created", "grant_revoked", "scopes_modified", "token_issued", "repo_write", "blob_upload", "account_action" ] } } } }, { "ordinal": 5, "name": "action_details", "type_info": "Jsonb" }, { "ordinal": 6, "name": "ip_address", "type_info": "Text" }, { "ordinal": 7, "name": "user_agent", "type_info": "Text" }, { "ordinal": 8, "name": "created_at", "type_info": "Timestamptz" } ], "parameters": { "Left": [ "Text", "Int8", "Int8" ] }, "nullable": [ false, false, false, true, false, true, true, true, false ] }, "hash": "f18172e06c03978fb56a4e3acc9a926bdd0414f7883539113f7ec2d640ce184a" }