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-d282586d3c43cf59b08ca...

20 lines
624 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO chat_message_pins (\n room_id, message_id, message_created_at, pinned_by, note, pinned_at\n )\n VALUES ($1, $2, $3, $4, $5, $6)\n ON CONFLICT (room_id, message_id, message_created_at) DO NOTHING\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8",
"Timestamptz",
"Int8",
"Text",
"Timestamptz"
]
},
"nullable": []
},
"hash": "d282586d3c43cf59b08ca57243a35fdd7869d96b8a082097f7e2469fa2caadad"
}