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-3962cc0dc0daadf9e0d4b...

25 lines
520 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) AS \"count!\" FROM auth_email_tokens WHERE user_id = $1 AND token_type = $2 AND used_at IS NULL",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count!",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8",
"Int2"
]
},
"nullable": [
null
]
},
"hash": "3962cc0dc0daadf9e0d4bcfa43bfd582ff115969eb689a548dabc0ce681c4b4b"
}