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

19 lines
499 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO chat_message_reactions (\n room_id, message_id, message_created_at, user_id, reaction_key\n )\n VALUES ($1, $2, $3, $4, $5)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8",
"Timestamptz",
"Int8",
"Text"
]
},
"nullable": []
},
"hash": "b59e037849b43734a6dfbc17752992b837913d0e81a37b5542cb94deaa47e85b"
}