Skip to main content

max / makenotwork

400 B · 18 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "INSERT INTO posts (thread_id, author_id, body_markdown, body_html)\n VALUES ($1, $2, $3, $4)",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Uuid",
10 "Text",
11 "Text"
12 ]
13 },
14 "nullable": []
15 },
16 "hash": "e047ed6f8a34ce8d169752f099f8d8678ec791466e60320f3f7b65a33b1d3e98"
17 }
18