nex-account/.sqlx/query-1a808ced9b9a9c16ac33f512f654f610a6a9abba836191b99504d4c9ee2f7393.json

28 lines
542 B
JSON
Raw Permalink Normal View History

2026-06-22 22:55:55 +02:00
{
"db_name": "PostgreSQL",
"query": "SELECT nex_key FROM nex_accounts WHERE pid = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "nex_key",
"type_info": "Bytea",
"origin": {
"Table": {
"table": "nex_accounts",
"name": "nex_key"
}
}
}
],
"parameters": {
"Left": [
"Int4"
]
},
"nullable": [
false
]
},
"hash": "1a808ced9b9a9c16ac33f512f654f610a6a9abba836191b99504d4c9ee2f7393"
}