15 lines
342 B
JSON
15 lines
342 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "insert into messages (chat_id, content, from_admin) values ($1, $2, false);",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid",
|
|
"Varchar"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "2b5906477afca4d29d82a045873e9446b1472a3530a53b016246f2527276e16d"
|
|
}
|