mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO teams (\n id, tag, name, image, format, region, timezone, steam_group, division, description\n ) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int4",
|
|
"Varchar",
|
|
"Varchar",
|
|
"Varchar",
|
|
{
|
|
"Custom": {
|
|
"name": "game_mode",
|
|
"kind": {
|
|
"Enum": ["highlander", "eights", "sixes", "fours", "ultiduo"]
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"Custom": {
|
|
"name": "region",
|
|
"kind": {
|
|
"Enum": [
|
|
"europe",
|
|
"north-america",
|
|
"south-america",
|
|
"asia",
|
|
"australia"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"Varchar",
|
|
"Varchar",
|
|
"Varchar",
|
|
"Varchar"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e2a0bc541b90e1374bdbaf9f151af569ab906620c2b9da88d919a072c8073f6f"
|
|
}
|