Skip to main content

max / makenotwork

454 B · 20 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "INSERT INTO mod_log (community_id, actor_id, action, target_user, target_id, reason)\n VALUES ($1, $2, $3, $4, $5, $6)",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Uuid",
10 "Text",
11 "Uuid",
12 "Uuid",
13 "Text"
14 ]
15 },
16 "nullable": []
17 },
18 "hash": "46c6d9a2ac3b426fdf20840b63310209de5461fea7645f0d46b7586b08c027fa"
19 }
20