mirror of
https://codeberg.org/icewind/log-normalizer.git
synced 2026-06-03 13:54:11 +02:00
25 lines
558 B
JSON
25 lines
558 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO events_medic_death(round_id, time, team, steam_id, killer)VALUES($1, $2, $3, $4, $5)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int4",
|
|
"Int4",
|
|
{
|
|
"Custom": {
|
|
"name": "team",
|
|
"kind": {
|
|
"Enum": ["blue", "red", "other"]
|
|
}
|
|
}
|
|
},
|
|
"Int8",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "7669da21c453d1d4e5d5e7aead5a0fbc4307aba66debd679159374c5647fd0fe"
|
|
}
|