17 lines
362 B
JSON
17 lines
362 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "INSERT INTO comments (parent_post_id, author_user_id, content) VALUES ($1, $2, $3)",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Left": [
|
||
|
"Int8",
|
||
|
"Int8",
|
||
|
"Text"
|
||
|
]
|
||
|
},
|
||
|
"nullable": []
|
||
|
},
|
||
|
"hash": "2f0b854d9111ccd0d186cbbbd9ae74bcb33fb665db0784aedf520e2dafc8d65a"
|
||
|
}
|