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.
18 lines
460 B
JSON
18 lines
460 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO chat_messages (id, room_id, user_id, content, message_type, created_at)\n VALUES ($1, $2, $3, 'very old message from a year ago', 1, $4)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Int8",
|
|
"Timestamptz"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "d46acac3060ae3dd4817d1f59c4bfe9e0434318835cf1c25442575845ab6ac05"
|
|
}
|