This repository has been archived on 2024-08-23. You can view files and clone it, but cannot push or open issues or pull requests.
project/.sqlx/query-f6518f4378226650a10e32212c5065fbae00d5fa0a5470b8ad718422e88315a9.json

16 lines
325 B
JSON
Raw Permalink Normal View History

2024-06-27 12:04:57 +00:00
{
"db_name": "PostgreSQL",
"query": "INSERT INTO folders(owner_id, folder_name) VALUES ($1, $2)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4",
"Varchar"
]
},
"nullable": []
},
"hash": "f6518f4378226650a10e32212c5065fbae00d5fa0a5470b8ad718422e88315a9"
}