Skip to main content

max / makenotwork

536 B · 26 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "INSERT INTO post_footnotes (post_id, author_id, body_markdown, body_html)\n VALUES ($1, $2, $3, $4)\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 ]
19 },
20 "nullable": [
21 false
22 ]
23 },
24 "hash": "11529b2b1e38fc99f7732f2080c172fd2691ce72ff8f231d462bf9d7a0d085d6"
25 }
26