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,26 @@
{
"db_name": "PostgreSQL",
"query": "UPDATE rooms SET stat = $1 WHERE code = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
{
"Custom": {
"name": "stat",
"kind": {
"Enum": [
"waiting",
"p1turn",
"p2turn"
]
}
}
},
"Bpchar"
]
},
"nullable": []
},
"hash": "39e83c6ab9294d5b771f3e01ed3709e9ab08d8cf1287b325a0df57521c2d83bc"
}