mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 10:14:11 +02:00
12 lines
365 B
JSON
12 lines
365 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO records (\n team_id, season, wins, losses\n ) VALUES ($1, $2, $3, $4)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": ["Int4", "Int4", "Int4", "Int4"]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "0626bad337af6332795252dc9dc2af03eb471cbd38efe61afd712860bcd2fe62"
|
|
}
|