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-627ea85663591ddae230e...

29 lines
759 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT id as \"id: crate::models::RoomId\"\n FROM rooms\n WHERE deleted_at IS NOT NULL\n AND deleted_at < CURRENT_TIMESTAMP - make_interval(days => $1)\n ORDER BY deleted_at ASC, id ASC\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id: crate::models::RoomId",
"type_info": "Int8",
"origin": {
"Table": {
"table": "rooms",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Int4"
]
},
"nullable": [
false
]
},
"hash": "627ea85663591ddae230e4b9e5f03ad9eef3d969e3e7e234a15d8904fe0aa915"
}