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

25 lines
617 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT EXISTS (\n SELECT 1\n FROM auth_webauthn_credentials\n WHERE user_id = $1 AND credential_id = $2\n ) as \"exists!\"\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists!",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8",
"Bytea"
]
},
"nullable": [
null
]
},
"hash": "3b819b17373b2f0044cfdb07767fe7195c5ede2679d2ae0b7a4c3691d6d309e5"
}