log-normalizer/.sqlx/query-425af9e4b088335acabe4bf74c3b11c0cab5f033b57197c992533889a4d1300d.json
2025-05-30 23:27:20 +02:00

12 lines
381 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO player_weapon_stats(class_stat_id, weapon, kills, shots, hits, dmg)VALUES($1, $2, $3, $4, $5, $6)",
"describe": {
"columns": [],
"parameters": {
"Left": ["Int8", "Text", "Int4", "Int4", "Int4", "Int4"]
},
"nullable": []
},
"hash": "425af9e4b088335acabe4bf74c3b11c0cab5f033b57197c992533889a4d1300d"
}