ugc-scaper/archiver/.sqlx/query-902d2815a624acb69228dd6e7afc698dac51107067d44659592a99493ad5473a.json
2025-04-15 21:45:24 +02:00

28 lines
595 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE teams SET region = $2 WHERE id = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int4",
{
"Custom": {
"name": "region",
"kind": {
"Enum": [
"europe",
"north-america",
"south-america",
"asia",
"australia"
]
}
}
}
]
},
"nullable": []
},
"hash": "902d2815a624acb69228dd6e7afc698dac51107067d44659592a99493ad5473a"
}