mmap/.sqlx/query-67f4ecc3acdf4abfa9fc45c0d889fec43110633c7c9ae745ad9918a4fead1245.json
tsuki 1d0e96ead4
Some checks are pending
Docker Build and Push / build (push) Waiting to run
add blog system
2025-08-12 21:25:17 +08:00

21 lines
397 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) FROM blog_categories WHERE is_active = true",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8"
}
],
"parameters": {
"Left": []
},
"nullable": [
null
]
},
"hash": "67f4ecc3acdf4abfa9fc45c0d889fec43110633c7c9ae745ad9918a4fead1245"
}