FrostByte/server/.sqlx/query-8543bcd80753991e922e6525c4d98e403c0638293c845aec61ab662d555180b2.json
2024-03-23 00:23:29 +01:00

22 lines
415 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) FROM comments WHERE parent_post_id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8"
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
null
]
},
"hash": "8543bcd80753991e922e6525c4d98e403c0638293c845aec61ab662d555180b2"
}