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.
23 lines
784 B
JSON
23 lines
784 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO chat_messages (\n id, room_id, user_id, client_message_id, content, message_type, status, version,\n reply_to_message_id, metadata, edited_at, deleted_at, deleted_by, delete_reason,\n created_at\n ) VALUES (\n $1, $2, $3, NULL, $4, $5, $6, $7,\n NULL, $8, NULL, NULL, NULL, NULL,\n $9\n )\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Int8",
|
|
"Text",
|
|
"Int2",
|
|
"Int2",
|
|
"Int8",
|
|
"Jsonb",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "6321d2ae5cc736efd33424bef828109a27486507a3089ca2d92933b3215916da"
|
|
}
|