nxtgauge-backend-rust/.sqlx/query-2b261be561583aa6e9d057fc32be0e54415b48b4e6c53c7051fc21bc03ffadb6.json

23 lines
413 B
JSON
Raw Permalink Normal View History

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