nxtgauge-backend-rust/.sqlx/query-b36f748e4b422bc646a2c593a4399e80d91b8b509c90fa01906ac30696bb0c7d.json

23 lines
413 B
JSON
Raw Permalink Normal View History

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