-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsqlx-data.json
More file actions
45 lines (45 loc) · 963 Bytes
/
sqlx-data.json
File metadata and controls
45 lines (45 loc) · 963 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"db": "PostgreSQL",
"8bab9da360cc600dfb9d0a41feb72549e1bc893b6fed4e04285ae55b7a8fcbaf": {
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Uuid"
},
{
"name": "is_dev",
"ordinal": 1,
"type_info": "Bool"
},
{
"name": "redirect_uri",
"ordinal": 2,
"type_info": "TextArray"
},
{
"name": "title",
"ordinal": 3,
"type_info": "Varchar"
},
{
"name": "allowed_registrations",
"ordinal": 4,
"type_info": "Bool"
}
],
"nullable": [
false,
false,
false,
false,
false
],
"parameters": {
"Left": []
}
},
"query": "\n SELECT id, is_dev, redirect_uri, title, allowed_registrations\n FROM clients\n "
}
}