mirror of
https://codeberg.org/icewind/log-normalizer.git
synced 2026-06-04 22:24:07 +02:00
12 lines
381 B
JSON
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"
|
|
}
|