nex-account/.sqlx/query-b7c02e50d638b6eb590a8587bf210fb7a48bb6bad15dd8a2cba6e2ea2413d40e.json

40 lines
830 B
JSON
Raw Normal View History

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