mirror of
https://github.com/supleed2/cch23-8bit.git
synced 2024-11-10 03:35:47 +00:00
18 lines
341 B
JSON
18 lines
341 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "insert into orders values ($1, $2, $3, $4)",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Left": [
|
||
|
"Int4",
|
||
|
"Int4",
|
||
|
"Varchar",
|
||
|
"Int4"
|
||
|
]
|
||
|
},
|
||
|
"nullable": []
|
||
|
},
|
||
|
"hash": "ccbff69b8a38164440e28d068c9c8bf243905145c4c7825f9804057b59f06c1c"
|
||
|
}
|