this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT did, device_id, client_id, client_auth, parameters, expires_at, code\n FROM oauth_authorization_request\n WHERE id = $1\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "did", 9 "type_info": "Text" 10 }, 11 { 12 "ordinal": 1, 13 "name": "device_id", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "client_id", 19 "type_info": "Text" 20 }, 21 { 22 "ordinal": 3, 23 "name": "client_auth", 24 "type_info": "Jsonb" 25 }, 26 { 27 "ordinal": 4, 28 "name": "parameters", 29 "type_info": "Jsonb" 30 }, 31 { 32 "ordinal": 5, 33 "name": "expires_at", 34 "type_info": "Timestamptz" 35 }, 36 { 37 "ordinal": 6, 38 "name": "code", 39 "type_info": "Text" 40 } 41 ], 42 "parameters": { 43 "Left": [ 44 "Text" 45 ] 46 }, 47 "nullable": [ 48 true, 49 true, 50 false, 51 true, 52 false, 53 false, 54 true 55 ] 56 }, 57 "hash": "d5ec5d1952918c1d6ca035446cc5ffb805f271d621116b3ab314a1c57e3ba5c3" 58}