This commit is contained in:
parent
dcc0d1b2b7
commit
4e06076a0a
1 changed files with 24 additions and 0 deletions
24
.sqlx/query-2d4a9e6ef7a4855eea2891267646c01a057ba0814f142e107c1534681045a788.json
generated
Normal file
24
.sqlx/query-2d4a9e6ef7a4855eea2891267646c01a057ba0814f142e107c1534681045a788.json
generated
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "select nex_key from staged_nex_accounts where pid = $1",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "nex_key",
|
||||
"type_info": "Bytea",
|
||||
"origin": {
|
||||
"Table": {
|
||||
"table": "staged_nex_accounts",
|
||||
"name": "nex_key"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": ["Int4"]
|
||||
},
|
||||
"nullable": [false]
|
||||
},
|
||||
"hash": "2d4a9e6ef7a4855eea2891267646c01a057ba0814f142e107c1534681045a788"
|
||||
}
|
||||
Loading…
Reference in a new issue