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-3a5751abc1b8abe073849...

22 lines
727 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, object_key, url,\n mime_type, size_bytes, width, height, metadata, created_at\n ) VALUES (\n $1, 2, $2, $3, $4, NULL, $5, $6, NULL, NULL, NULL, NULL, NULL, $7, $8\n )\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Text",
"Int8",
"Int8",
"Timestamptz",
"Text",
"Text",
"Jsonb",
"Timestamptz"
]
},
"nullable": []
},
"hash": "3a5751abc1b8abe073849fa3302bb3fa238c1b0c8075ffcaf7ed22820e76518d"
}