this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO delegation_audit_log\n (delegated_did, actor_did, controller_did, action_type, action_details, ip_address, user_agent)\n VALUES ($1, $2, $3, $4, $5, $6, $7)\n RETURNING id\n ",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "id",
9 "type_info": "Uuid"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Text",
15 "Text",
16 "Text",
17 {
18 "Custom": {
19 "name": "delegation_action_type",
20 "kind": {
21 "Enum": [
22 "grant_created",
23 "grant_revoked",
24 "scopes_modified",
25 "token_issued",
26 "repo_write",
27 "blob_upload",
28 "account_action"
29 ]
30 }
31 }
32 },
33 "Jsonb",
34 "Text",
35 "Text"
36 ]
37 },
38 "nullable": [
39 false
40 ]
41 },
42 "hash": "f3cd43a21db350887127cd7e0cd24e95a70571cc5e9b2278dda49a2538d794ae"
43}