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-51769cf188ff4d7bc185c...

16 lines
354 B
JSON

{
"db_name": "PostgreSQL",
"query": "UPDATE rooms\n SET deleted_at = $2, updated_at = $2\n WHERE id = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Timestamptz"
]
},
"nullable": []
},
"hash": "51769cf188ff4d7bc185c17775fd03bd5e88d82967bd921ce09206d372bdc811"
}