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-3cc3ea18723926e0ce144...

30 lines
809 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT id AS \"id: crate::models::UserId\"\n FROM users\n WHERE id = $1\n AND deleted_at IS NOT NULL\n AND deleted_at < CURRENT_TIMESTAMP - make_interval(days => $2)\n FOR UPDATE\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id: crate::models::UserId",
"type_info": "Int8",
"origin": {
"Table": {
"table": "users",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Int8",
"Int4"
]
},
"nullable": [
false
]
},
"hash": "3cc3ea18723926e0ce144c79d65550ec935b18d78fa612607b18b9c5888219a7"
}