nex-account/.sqlx/query-99f7bbe4a5df9b8e78bc201da0ba81fe5b4a4131918e751977bda7ea8291ea3a.json

23 lines
449 B
JSON
Raw Normal View History

2026-06-16 14:38:17 +02:00
{
"db_name": "PostgreSQL",
"query": "SELECT EXISTS(select 1 from nex_accounts where pid = $1)",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int4"
]
},
"nullable": [
null
]
},
"hash": "99f7bbe4a5df9b8e78bc201da0ba81fe5b4a4131918e751977bda7ea8291ea3a"
}