likwid/backend/.sqlx/query-7501cbb48f6084be8f7f4e4c9e10d0d3fc3ebb14e0e5626f3aea8fe54cbecfbb.json

23 lines
452 B
JSON
Raw Normal View History

{
"db_name": "PostgreSQL",
"query": "SELECT EXISTS(SELECT 1 FROM communities WHERE id = $1 AND is_active = true) as \"exists!\"",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists!",
"type_info": "Bool"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
null
]
},
"hash": "7501cbb48f6084be8f7f4e4c9e10d0d3fc3ebb14e0e5626f3aea8fe54cbecfbb"
}