this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT name, created_at, privileged, scopes, created_by_controller_did FROM app_passwords WHERE user_id = $1 ORDER BY created_at DESC",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "name",
9 "type_info": "Text"
10 },
11 {
12 "ordinal": 1,
13 "name": "created_at",
14 "type_info": "Timestamptz"
15 },
16 {
17 "ordinal": 2,
18 "name": "privileged",
19 "type_info": "Bool"
20 },
21 {
22 "ordinal": 3,
23 "name": "scopes",
24 "type_info": "Text"
25 },
26 {
27 "ordinal": 4,
28 "name": "created_by_controller_did",
29 "type_info": "Text"
30 }
31 ],
32 "parameters": {
33 "Left": [
34 "Uuid"
35 ]
36 },
37 "nullable": [
38 false,
39 false,
40 false,
41 true,
42 true
43 ]
44 },
45 "hash": "bbd387655387724e97f819e78033682edffbd2463a65b2bb48ca73794dafdbcc"
46}