18 lines
436 B
JSON
18 lines
436 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE posts\n SET title = $1, content = $2, last_modified = $3 WHERE post_id = $4\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Text",
|
|
"Text",
|
|
"Timestamptz",
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "aef1e780d14be61aa66ae8771309751741068694b291499ee1371de693c6a654"
|
|
}
|