Rework some code issues

This commit is contained in:
2025-11-13 16:22:32 +03:00
parent 96a416b010
commit 264a45acf9
16 changed files with 239 additions and 88 deletions

View File

@ -0,0 +1,19 @@
{
"db_name": "PostgreSQL",
"query": "INSERT INTO games(\n name,\n publishing_house,\n developer,\n description,\n multiplayer,\n is_free_to_play\n)\nVALUES ($1, $2, $3, $4, $5, $6)\n",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Text",
"Text",
"Text",
"Bool",
"Bool"
]
},
"nullable": []
},
"hash": "656f1dd85ab29925cc54579ee643110e1ef36b707d99e600fae87379a9076437"
}