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-65e7d4515b56872295c13...

29 lines
657 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT id AS \"id: MediaId\"\n FROM media\n WHERE room_id = $1\n AND playlist_id IS NULL\n AND deleted_at IS NULL\n ORDER BY id",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id: MediaId",
"type_info": "Int8",
"origin": {
"Table": {
"table": "media",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false
]
},
"hash": "65e7d4515b56872295c133f07e1bde15a21e2f9ab2302638dcbb432cabecb4c4"
}