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-4a01f43ec9d44969aec28...

24 lines
513 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT COUNT(*) as count\n FROM room_members rm\n WHERE rm.room_id = $1\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
null
]
},
"hash": "4a01f43ec9d44969aec285b31d17bd464a2535cb68c825a2ea694799f25baa63"
}