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.
25 lines
680 B
JSON
25 lines
680 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "\n SELECT EXISTS(\n SELECT 1\n FROM room_member_kick_cooldowns\n WHERE room_id = $1\n AND user_id = $2\n AND ends_at > CURRENT_TIMESTAMP\n ) as \"exists!\"\n ",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "exists!",
|
||
|
|
"type_info": "Bool",
|
||
|
|
"origin": "Expression"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int8",
|
||
|
|
"Int8"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
null
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "799e1a488b7c1ac54db82866a4583d31ca2d35283c8fc59b673e537bf2c212a6"
|
||
|
|
}
|