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.
24 lines
500 B
JSON
24 lines
500 B
JSON
|
2 months ago
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "SELECT COUNT(*) as count\n FROM rooms\n WHERE created_by = $1 AND deleted_at IS NULL",
|
||
|
|
"describe": {
|
||
|
|
"columns": [
|
||
|
|
{
|
||
|
|
"ordinal": 0,
|
||
|
|
"name": "count",
|
||
|
|
"type_info": "Int8",
|
||
|
|
"origin": "Expression"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Int8"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": [
|
||
|
|
null
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"hash": "e3b9479b9453c85e38095ca54ac23cd9200355d2ea66fb76b44ce462b911ab42"
|
||
|
|
}
|