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-310ecae3f6fdbe13ccdd8...

21 lines
701 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO chat_message_operation_idempotency (\n room_id, user_id, client_operation_id, operation_kind,\n request_hash, message_id, message_created_at\n )\n VALUES ($1, $2, $3, $4, $5, $6, $7)\n ON CONFLICT (room_id, user_id, client_operation_id) DO NOTHING\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8",
"Text",
"Int2",
"Text",
"Int8",
"Timestamptz"
]
},
"nullable": []
},
"hash": "310ecae3f6fdbe13ccdd80c8cfe7c410a346d6304dbecf84b477d31f91432263"
}