account/.sqlx/query-a79a3023d5b42b16304a48d36066ba3c9d2458d6bad32b9aac7deb718969dc07.json
red binder cf5dd20132
All checks were successful
Build and Test / account (push) Successful in 5m36s
fix up routes and add email resending
2026-06-06 14:31:19 +02:00

28 lines
533 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT mii_data from users where pid = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "mii_data",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "users",
"name": "mii_data"
}
}
}
],
"parameters": {
"Left": [
"Int4"
]
},
"nullable": [
false
]
},
"hash": "a79a3023d5b42b16304a48d36066ba3c9d2458d6bad32b9aac7deb718969dc07"
}