This commit is contained in:
sparshg
2024-09-23 22:43:01 +05:30
parent 64f2c27bfc
commit 027b875144
19 changed files with 392 additions and 12 deletions

View File

@@ -0,0 +1,14 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE players SET abandoned = TRUE WHERE id = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Bpchar"
]
},
"nullable": []
},
"hash": "f37db03b228702d59233d66c799d520adc9e2e74688ea17b4c36b5abc0fabaa4"
}