chatthing/.sqlx/query-d9d6b53f269952606a7387b6e2d78feccf5f6e98aba3896db6ef4c5c48965b2e.json

17 lines
355 B
JSON
Raw Permalink Normal View History

2024-11-06 15:18:38 +00:00
{
"db_name": "PostgreSQL",
2024-11-13 15:15:58 +00:00
"query": "insert into messages (chat_id, content, from_admin) values ($1, $2, $3);",
2024-11-06 15:18:38 +00:00
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
2024-11-13 15:15:58 +00:00
"Varchar",
"Bool"
2024-11-06 15:18:38 +00:00
]
},
"nullable": []
},
2024-11-13 15:15:58 +00:00
"hash": "d9d6b53f269952606a7387b6e2d78feccf5f6e98aba3896db6ef4c5c48965b2e"
2024-11-06 15:18:38 +00:00
}