1
0
Files
AstralRinth/apps/labrinth/.sqlx/query-742f20f422361971c21b72c629c57a6c3870d8d6c41577496907290db5994f12.json
2024-10-16 14:11:42 -07:00

16 lines
394 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE users\n SET badges = $1\n WHERE (id = $2)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": []
},
"hash": "742f20f422361971c21b72c629c57a6c3870d8d6c41577496907290db5994f12"
}