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,15 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE players SET board = $1 WHERE id = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"BpcharArray",
"Bpchar"
]
},
"nullable": []
},
"hash": "665ac234d9b9e5e6a3be6a54de8474a11586e3bbe9c5295b8566c3ff9334a8c3"
}