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.
16 lines
338 B
JSON
16 lines
338 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO room_bans (room_id, banned_by, reason) VALUES ($1, $2, 'test')",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "1c22150a47655a2d9e8e768311480707d0a8ec30c03f0e91e9c9c54a094cfb55"
|
|
}
|