mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 10:14:11 +02:00
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "select id, tag, name, image, format as \"format!: GameMode\", region as \"region!: Region\", timezone from teams\n where format in ('highlander', 'sixes', 'fours', 'ultiduo')\n order by id asc",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "id",
|
|
"type_info": "Int4"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "tag",
|
|
"type_info": "Varchar"
|
|
},
|
|
{
|
|
"ordinal": 2,
|
|
"name": "name",
|
|
"type_info": "Varchar"
|
|
},
|
|
{
|
|
"ordinal": 3,
|
|
"name": "image",
|
|
"type_info": "Varchar"
|
|
},
|
|
{
|
|
"ordinal": 4,
|
|
"name": "format!: GameMode",
|
|
"type_info": {
|
|
"Custom": {
|
|
"name": "game_mode",
|
|
"kind": {
|
|
"Enum": ["highlander", "eights", "sixes", "fours", "ultiduo"]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"ordinal": 5,
|
|
"name": "region!: Region",
|
|
"type_info": {
|
|
"Custom": {
|
|
"name": "region",
|
|
"kind": {
|
|
"Enum": [
|
|
"europe",
|
|
"north-america",
|
|
"south-america",
|
|
"asia",
|
|
"australia"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"ordinal": 6,
|
|
"name": "timezone",
|
|
"type_info": "Varchar"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [false, false, false, true, false, true, true]
|
|
},
|
|
"hash": "fd582a872003f15fc6856592677744528569587bb05c57b1b17890ccb40af3bc"
|
|
}
|