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
433 B
JSON
17 lines
433 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO user_bans (user_id, banned_by, reason, starts_at)\n VALUES ($1, $2, $3, CURRENT_TIMESTAMP)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Int8",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "2669e562589d5429ecbec2cd82715dbe13bbbc078e31364b09760579e6d54350"
|
|
}
|