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