mmap/.sqlx/query-6224838e35f5aaa67c3f9f94de194c4ff0121aedca4aea52777bc3d0085805a4.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
408 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) FROM blogs WHERE status = 'draft' AND is_active = true",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8"
}
],
"parameters": {
"Left": []
},
"nullable": [
null
]
},
"hash": "6224838e35f5aaa67c3f9f94de194c4ff0121aedca4aea52777bc3d0085805a4"
}