this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT id, did, token_id, created_at, updated_at, expires_at, client_id, client_auth,\n device_id, parameters, details, code, current_refresh_token, scope, controller_did\n FROM oauth_token\n WHERE previous_refresh_token = $1 AND rotated_at > $2\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Int4" 10 }, 11 { 12 "ordinal": 1, 13 "name": "did", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "token_id", 19 "type_info": "Text" 20 }, 21 { 22 "ordinal": 3, 23 "name": "created_at", 24 "type_info": "Timestamptz" 25 }, 26 { 27 "ordinal": 4, 28 "name": "updated_at", 29 "type_info": "Timestamptz" 30 }, 31 { 32 "ordinal": 5, 33 "name": "expires_at", 34 "type_info": "Timestamptz" 35 }, 36 { 37 "ordinal": 6, 38 "name": "client_id", 39 "type_info": "Text" 40 }, 41 { 42 "ordinal": 7, 43 "name": "client_auth", 44 "type_info": "Jsonb" 45 }, 46 { 47 "ordinal": 8, 48 "name": "device_id", 49 "type_info": "Text" 50 }, 51 { 52 "ordinal": 9, 53 "name": "parameters", 54 "type_info": "Jsonb" 55 }, 56 { 57 "ordinal": 10, 58 "name": "details", 59 "type_info": "Jsonb" 60 }, 61 { 62 "ordinal": 11, 63 "name": "code", 64 "type_info": "Text" 65 }, 66 { 67 "ordinal": 12, 68 "name": "current_refresh_token", 69 "type_info": "Text" 70 }, 71 { 72 "ordinal": 13, 73 "name": "scope", 74 "type_info": "Text" 75 }, 76 { 77 "ordinal": 14, 78 "name": "controller_did", 79 "type_info": "Text" 80 } 81 ], 82 "parameters": { 83 "Left": [ 84 "Text", 85 "Timestamptz" 86 ] 87 }, 88 "nullable": [ 89 false, 90 false, 91 false, 92 false, 93 false, 94 false, 95 false, 96 false, 97 true, 98 false, 99 true, 100 true, 101 true, 102 true, 103 true 104 ] 105 }, 106 "hash": "06c00269b11c250e85bde385e18ae8df6b1cc122f584105a8ea98861ff89e1b9" 107}