Files
rustgames-catalog-server/.sqlx/query-598954fb5ae205a2b8b06c30c5545e709059cf3ba0aaa2a0e598900c49244100.json

15 lines
292 B
JSON
Raw Normal View History

2025-11-13 16:22:32 +03:00
{
"db_name": "PostgreSQL",
"query": "DELETE FROM\n games\nWHERE\n id = $1\n",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4"
]
},
"nullable": []
},
"hash": "598954fb5ae205a2b8b06c30c5545e709059cf3ba0aaa2a0e598900c49244100"
}