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-faee9d455b793511b13e8...

29 lines
745 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT DISTINCT rm.room_id AS \"room_id: RoomId\"\n FROM room_members rm\n JOIN rooms r ON r.id = rm.room_id\n WHERE rm.user_id = $1\n AND r.deleted_at IS NULL\n ORDER BY rm.room_id",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "room_id: RoomId",
"type_info": "Int8",
"origin": {
"Table": {
"table": "room_members",
"name": "room_id"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false
]
},
"hash": "faee9d455b793511b13e8bab8f0b0bd73bf9bc6963ed751118bc4f194d9abfd7"
}