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-61e8c8791ca8bc5d7cc9c...

18 lines
509 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n INSERT INTO auth_email_bind_requests (\n user_id, email, token, expires_at, created_at\n )\n VALUES ($1, $2, $3, $4, CURRENT_TIMESTAMP)\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Varchar",
"Varchar",
"Timestamptz"
]
},
"nullable": []
},
"hash": "61e8c8791ca8bc5d7cc9c5a5c75ec2d4a886c2dea291892cf06b1c3c66d57d97"
}