Skip to main content

max / makenotwork

381 B · 18 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "UPDATE categories SET name = $2, description = $3 WHERE id = $1 AND community_id = $4",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Text",
10 "Text",
11 "Uuid"
12 ]
13 },
14 "nullable": []
15 },
16 "hash": "d92e967697291dd7b60da77a34af30be4692b31855d3b41f41629d3663c908ab"
17 }
18