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

16 lines
365 B
JSON

{
"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"
}