You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-70d0a0e70d3a966529aab...

30 lines
704 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT id\n FROM room_join_requests\n WHERE room_id = $1\n AND user_id = $2\n AND reviewed_at IS NULL\n LIMIT 1\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8",
"origin": {
"Table": {
"table": "room_join_requests",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": [
false
]
},
"hash": "70d0a0e70d3a966529aab1722103d78dd0153e8768187a798a6889d96403bab3"
}