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.
synctv/.sqlx/query-2669e562589d5429ecbec...

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"
}