this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT name, created_at, privileged, scopes 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 "parameters": {
28 "Left": [
29 "Uuid"
30 ]
31 },
32 "nullable": [
33 false,
34 false,
35 false,
36 true
37 ]
38 },
39 "hash": "f47f2236dcc27bc203b0cd13cc022611492f0f82c572c5a536663e8d252cfafb"
40}