crawlnicle/.sqlx/query-d05fcc90a3125fcf44b843a245a0d3665bb6cec75e441dab59d814d77b8cf8c0.json

47 lines
927 B
JSON
Raw Normal View History

{
"db_name": "PostgreSQL",
"query": "select\n *\n from user_email_verification_token\n where token_id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "token_id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "user_id",
"type_info": "Uuid"
},
{
"ordinal": 2,
"name": "expires_at",
"type_info": "Timestamptz"
},
{
"ordinal": 3,
"name": "created_at",
"type_info": "Timestamptz"
},
{
"ordinal": 4,
"name": "updated_at",
"type_info": "Timestamptz"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false,
false,
false,
false,
true
]
},
"hash": "d05fcc90a3125fcf44b843a245a0d3665bb6cec75e441dab59d814d77b8cf8c0"
}