this repo has no description
at main 440 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT used_at FROM reserved_signing_keys WHERE public_key_did_key = $1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "used_at", 9 "type_info": "Timestamptz" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text" 15 ] 16 }, 17 "nullable": [ 18 true 19 ] 20 }, 21 "hash": "e64cd36284d10ab7f3d9f6959975a1a627809f444b0faff7e611d985f31b90e9" 22}