this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT secret_encrypted, encryption_version, verified FROM user_totp WHERE did = $1",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "secret_encrypted",
9 "type_info": "Bytea"
10 },
11 {
12 "ordinal": 1,
13 "name": "encryption_version",
14 "type_info": "Int4"
15 },
16 {
17 "ordinal": 2,
18 "name": "verified",
19 "type_info": "Bool"
20 }
21 ],
22 "parameters": {
23 "Left": [
24 "Text"
25 ]
26 },
27 "nullable": [
28 false,
29 false,
30 false
31 ]
32 },
33 "hash": "2f675bf96916c9546b9dce1d0da71ba59256722b9750ec1da4747f3d82a2a00d"
34}