mirror of https://github.com/synctv-org/synctv
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.
22 lines
619 B
JSON
22 lines
619 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO chat_message_reactions (\n room_id, message_id, message_created_at, user_id, reaction_key, created_at\n )\n VALUES ($1, $2, $3, $4, $5, $6),\n ($1, $2, $3, $4, $7, $8)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Timestamptz",
|
|
"Int8",
|
|
"Text",
|
|
"Timestamptz",
|
|
"Text",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "6514b3b63863e4f8bd9bff7314979b4473800b33901bec2f145fc467baf81515"
|
|
}
|