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-5d28adbefb0cf10722392...

25 lines
603 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT EXISTS (\n SELECT 1 FROM user_blocks\n WHERE blocker_user_id = $1 AND blocked_user_id = $2\n ) AS \"is_blocked!\"\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "is_blocked!",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": [
null
]
},
"hash": "5d28adbefb0cf1072239211e30ba61f1fcea221319825a68d6721629a585db13"
}