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-4d87c343e2fee308d3a12...

24 lines
524 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) AS \"count!\"\n FROM playlists\n WHERE creator_id = $1 OR deleted_owner_id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count!",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
null
]
},
"hash": "4d87c343e2fee308d3a12c094f90b3a278855b2220a9a1745b6ee44459adcd86"
}