Files
rustgames-catalog-server/.sqlx/query-656f1dd85ab29925cc54579ee643110e1ef36b707d99e600fae87379a9076437.json

20 lines
491 B
JSON
Raw Normal View History

2025-11-13 16:22:32 +03:00
{
"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"
}