Prepare sqlx queries and add content dir
This commit is contained in:
46
.sqlx/query-d05fcc90a3125fcf44b843a245a0d3665bb6cec75e441dab59d814d77b8cf8c0.json
generated
Normal file
46
.sqlx/query-d05fcc90a3125fcf44b843a245a0d3665bb6cec75e441dab59d814d77b8cf8c0.json
generated
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user