Files
battleship/.sqlx/query-91373ba2f6f9907be9ba0280e49b8886fcc60e7debfe0580325c3767f0af7410.json
sparshg 027b875144 ci/cd
2024-09-23 23:03:28 +05:30

16 lines
327 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE players SET id = $1, abandoned = FALSE WHERE id = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Bpchar",
"Bpchar"
]
},
"nullable": []
},
"hash": "91373ba2f6f9907be9ba0280e49b8886fcc60e7debfe0580325c3767f0af7410"
}