Skip to main content

max / makenotwork

593 B · 28 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "INSERT INTO images (uploader_id, community_id, s3_key, filename, content_type, size_bytes)\n VALUES ($1, $2, $3, $4, $5, $6)\n RETURNING id",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "id",
9 "type_info": "Uuid"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Uuid",
15 "Uuid",
16 "Text",
17 "Text",
18 "Text",
19 "Int8"
20 ]
21 },
22 "nullable": [
23 false
24 ]
25 },
26 "hash": "8f50c50439d0aba71d7e51b9b78caa3946b104ebb96d8652e40ae3728bfcc658"
27 }
28