chatthing/.sqlx/query-2b5906477afca4d29d82a045873e9446b1472a3530a53b016246f2527276e16d.json

16 lines
342 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, false);",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Varchar"
]
},
"nullable": []
},
"hash": "2b5906477afca4d29d82a045873e9446b1472a3530a53b016246f2527276e16d"
}