You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-9fc3fa16d792089e6511a...

32 lines
854 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n UPDATE auth_email_bind_requests\n SET used_at = $4\n WHERE token = $1\n AND user_id = $2\n AND LOWER(email) = LOWER($3)\n AND used_at IS NULL\n AND expires_at > $4\n RETURNING email\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "email",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "auth_email_bind_requests",
"name": "email"
}
}
}
],
"parameters": {
"Left": [
"Text",
"Int8",
"Text",
"Timestamptz"
]
},
"nullable": [
false
]
},
"hash": "9fc3fa16d792089e6511a42596027d2e374e3d85ffb411b561b105a68181fcad"
}