You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-1e43b1cfdd48f1de346a2...

25 lines
731 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO chat_message_attachments (\n id, kind, room_id, message_id, message_created_at, filename, storage_backend,\n object_key, url, mime_type, size_bytes, width, height, metadata\n )\n VALUES ($1, 2, $2, $3, $4, NULL, $5, $6, NULL, $7, $8, $9, $10, $11)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Int8",
"Int8",
"Timestamptz",
"Text",
"Text",
"Text",
"Int8",
"Int4",
"Int4",
"Jsonb"
]
},
"nullable": []
},
"hash": "1e43b1cfdd48f1de346a2f64c58f3d19c47d0c2adbb7a4ccd6c649846fe3ba8e"
}