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.
17 lines
399 B
JSON
17 lines
399 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO chat_messages (room_id, user_id, content, message_type, created_at)\n VALUES ($1, $2, $3, 1, NOW())",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "0fd150f81c2af069cd3cea0490269da0468fbfd0443cbdae10eb11bffdf4be7f"
|
|
}
|