Skip to main content

max / makenotwork

1.3 KB · 59 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "SELECT id, name, slug, description,\n suspended_at AS \"suspended_at: chrono::DateTime<chrono::Utc>\",\n auto_hide_threshold,\n state AS \"state: CommunityState\"\n FROM communities WHERE id = $1",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "id",
9 "type_info": "Uuid"
10 },
11 {
12 "ordinal": 1,
13 "name": "name",
14 "type_info": "Text"
15 },
16 {
17 "ordinal": 2,
18 "name": "slug",
19 "type_info": "Text"
20 },
21 {
22 "ordinal": 3,
23 "name": "description",
24 "type_info": "Text"
25 },
26 {
27 "ordinal": 4,
28 "name": "suspended_at: chrono::DateTime<chrono::Utc>",
29 "type_info": "Timestamptz"
30 },
31 {
32 "ordinal": 5,
33 "name": "auto_hide_threshold",
34 "type_info": "Int4"
35 },
36 {
37 "ordinal": 6,
38 "name": "state: CommunityState",
39 "type_info": "Text"
40 }
41 ],
42 "parameters": {
43 "Left": [
44 "Uuid"
45 ]
46 },
47 "nullable": [
48 false,
49 false,
50 false,
51 true,
52 true,
53 true,
54 false
55 ]
56 },
57 "hash": "2a06e1e3e30841ed6cdc6bca28aafaed2ebeffe25a7010043e92db90e9a62dab"
58 }
59