15 lines
391 B
JSON
15 lines
391 B
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "INSERT INTO staged_nex_accounts (\n pid, nex_key\n ) values (\n $1, $2\n )",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int4",
|
||
|
|
"Bytea"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "f58463b6ad7efbbd69d7ba4849bafd38d6db52734517874358585dc613fc56a6"
|
||
|
|
}
|