Skip to main content

max / makenotwork

998 B · 47 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "SELECT id, community_id, s3_key, content_type,\n removed_at AS \"removed_at: chrono::DateTime<chrono::Utc>\"\n FROM images 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": "community_id",
14 "type_info": "Uuid"
15 },
16 {
17 "ordinal": 2,
18 "name": "s3_key",
19 "type_info": "Text"
20 },
21 {
22 "ordinal": 3,
23 "name": "content_type",
24 "type_info": "Text"
25 },
26 {
27 "ordinal": 4,
28 "name": "removed_at: chrono::DateTime<chrono::Utc>",
29 "type_info": "Timestamptz"
30 }
31 ],
32 "parameters": {
33 "Left": [
34 "Uuid"
35 ]
36 },
37 "nullable": [
38 false,
39 false,
40 false,
41 false,
42 true
43 ]
44 },
45 "hash": "860a54e008c4866da0901ee619e12d979f1e04af37c29bb5953ced56e0b2b200"
46 }
47