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-3bc6206225965da22219b...

20 lines
543 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO room_member_kick_cooldowns (\n room_id, user_id, kicked_by, starts_at, ends_at, reason\n )\n VALUES ($1, $2, $3, $4, $5, $6)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8",
"Int8",
"Timestamptz",
"Timestamptz",
"Text"
]
},
"nullable": []
},
"hash": "3bc6206225965da22219b06a7652abda86c938009c73539a20db2cb826cd1a9c"
}