chatthing/.sqlx/query-2b5906477afca4d29d82a045873e9446b1472a3530a53b016246f2527276e16d.json
2024-11-06 16:18:38 +01:00

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"
}