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": "INSERT INTO players (id, room_code) VALUES ($1, $2) ON CONFLICT (id) DO UPDATE SET room_code = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Bpchar",
"Bpchar"
]
},
"nullable": []
},
"hash": "8f8213cf51509cca2706438456f58e958c32a307b5c1eb87c4469347bf5458f6"
}