mirror of
https://github.com/supleed2/nanobot.git
synced 2024-11-10 04:35:48 +00:00
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "insert into members values ($1, $2, $3, $4, $5)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Varchar",
|
|
"Text",
|
|
"Text",
|
|
"Bool"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "f121933f1933984739f64ba50cef1dee3d4d3fe92fde8970d4c8a21cbffb6efd"
|
|
}
|