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-81e3daf87f33e6033dbe3...

24 lines
536 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT EXISTS(\n SELECT 1\n FROM auth_password_credentials\n WHERE user_id = $1\n )\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
null
]
},
"hash": "81e3daf87f33e6033dbe381ecb7253a2211021c277118148dd7e39ba744ffb8c"
}