Skip to main content

max / makenotwork

546 B · 29 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "DELETE FROM versions WHERE id = $1 RETURNING s3_key, file_size_bytes",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "s3_key",
9 "type_info": "Varchar"
10 },
11 {
12 "ordinal": 1,
13 "name": "file_size_bytes",
14 "type_info": "Int8"
15 }
16 ],
17 "parameters": {
18 "Left": [
19 "Uuid"
20 ]
21 },
22 "nullable": [
23 true,
24 true
25 ]
26 },
27 "hash": "4f40cddea34a5c54c900ce5ffa5ff5167638a94113aeef515b70db85c04baea2"
28 }
29