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-bdf07954c86a19b31573a...

29 lines
605 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT id AS \"id: crate::models::RoomId\" FROM rooms WHERE id = $1 AND deleted_at IS NOT NULL FOR UPDATE",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id: crate::models::RoomId",
"type_info": "Int8",
"origin": {
"Table": {
"table": "rooms",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false
]
},
"hash": "bdf07954c86a19b31573a893287e83b03cf3807b781279fd817164d5a8485a31"
}