chatthing/.sqlx/query-40cc554af360c05ce8094effbad9aedd411bda406fddae6ff5e0c8883b07b123.json

16 lines
341 B
JSON
Raw Normal View History

2024-11-06 15:18:38 +00:00
{
"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"
}