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