15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO accounts (id, sub) VALUES ($1, $2)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "a17528ac7ef8aec3fe2de5925256d78201238e168fdea110af801682f03c8159"
|
|
}
|