16 lines
341 B
JSON
16 lines
341 B
JSON
|
{
|
||
|
"db_name": "PostgreSQL",
|
||
|
"query": "insert into messages (chat_id, content, from_admin) values ($1, $2, true);",
|
||
|
"describe": {
|
||
|
"columns": [],
|
||
|
"parameters": {
|
||
|
"Left": [
|
||
|
"Uuid",
|
||
|
"Varchar"
|
||
|
]
|
||
|
},
|
||
|
"nullable": []
|
||
|
},
|
||
|
"hash": "40cc554af360c05ce8094effbad9aedd411bda406fddae6ff5e0c8883b07b123"
|
||
|
}
|