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-54b114c72d0363fa1b0fe...

25 lines
599 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT EXISTS(\n SELECT 1\n FROM playlists\n WHERE room_id = $1 AND id = $2 AND deleted_at IS NULL\n ) AS \"exists!\"",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists!",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": [
null
]
},
"hash": "54b114c72d0363fa1b0feee1a018254e5a0eeb7391d64b412386a6fc05cf67aa"
}