nex-account/.sqlx/query-00d126b7ab1ba81dedb426dfd135b7181ddd53746daf59a71f3390a728cdbf0b.json

28 lines
542 B
JSON
Raw Permalink Normal View History

2026-06-16 14:38:17 +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": "00d126b7ab1ba81dedb426dfd135b7181ddd53746daf59a71f3390a728cdbf0b"
}