mirror of https://github.com/synctv-org/synctv
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.
30 lines
873 B
JSON
30 lines
873 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT room_id AS \"room_id!: RoomId\"\n FROM room_favorites rf\n WHERE rf.user_id = $1\n AND rf.room_id = ANY($2)\n AND EXISTS (\n SELECT 1\n FROM room_members rm\n WHERE rm.user_id = rf.user_id AND rm.room_id = rf.room_id\n )",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "room_id!: RoomId",
|
|
"type_info": "Int8",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "room_favorites",
|
|
"name": "room_id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8Array"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "181d9dfa320d5a9390f254ff1d0dc652ef675b7feae8074470e29940b591d6c6"
|
|
}
|