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-432cb4e024309fb2a2086...

30 lines
731 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT blocker_user_id AS \"blocker_user_id!: UserId\"\n FROM user_blocks\n WHERE blocked_user_id = $1 AND blocker_user_id = ANY($2::bigint[])\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "blocker_user_id!: UserId",
"type_info": "Int8",
"origin": {
"Table": {
"table": "user_blocks",
"name": "blocker_user_id"
}
}
}
],
"parameters": {
"Left": [
"Int8",
"Int8Array"
]
},
"nullable": [
false
]
},
"hash": "432cb4e024309fb2a20867254851910b82ee90135b1b2f4b02383d5ccf28ea64"
}