account/.sqlx/query-e5a2f7f28c3d7b9524d3dce48a9e47d6180ff634ebf59f3a1efd92b797170ac2.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

42 lines
861 B
JSON

{
"db_name": "PostgreSQL",
"query": "insert into tokens (token_type, pid, title_id)\n values ($1, $2, $3) returning token_id, random",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "token_id",
"type_info": "Int8",
"origin": {
"Table": {
"table": "tokens",
"name": "token_id"
}
}
},
{
"ordinal": 1,
"name": "random",
"type_info": "Int4",
"origin": {
"Table": {
"table": "tokens",
"name": "random"
}
}
}
],
"parameters": {
"Left": [
"Int4",
"Int4",
"Varchar"
]
},
"nullable": [
false,
false
]
},
"hash": "e5a2f7f28c3d7b9524d3dce48a9e47d6180ff634ebf59f3a1efd92b797170ac2"
}