ci/cd
This commit is contained in:
23
.sqlx/query-0b2f444f36572ca8f072efecea628c634231b06b9cd77677d5026c00ae770738.json
generated
Normal file
23
.sqlx/query-0b2f444f36572ca8f072efecea628c634231b06b9cd77677d5026c00ae770738.json
generated
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "SELECT board FROM players WHERE id = $1 AND room_code = $2",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "board",
|
||||
"type_info": "BpcharArray"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Bpchar",
|
||||
"Bpchar"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
true
|
||||
]
|
||||
},
|
||||
"hash": "0b2f444f36572ca8f072efecea628c634231b06b9cd77677d5026c00ae770738"
|
||||
}
|
Reference in New Issue
Block a user