16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO folders(owner_id, folder_name) VALUES ($1, $2)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int4",
|
|
"Varchar"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "f6518f4378226650a10e32212c5065fbae00d5fa0a5470b8ad718422e88315a9"
|
|
}
|