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-3568bd5f3aa1e8df898e0...

29 lines
545 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT id FROM users WHERE id = $1 AND deleted_at IS NULL FOR UPDATE",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Int8",
"origin": {
"Table": {
"table": "users",
"name": "id"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false
]
},
"hash": "3568bd5f3aa1e8df898e067ae042aefa805e8be24422952dd7e1c18118c126e8"
}