17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n INSERT INTO VerificationTokens (token, account, expire) VALUES ($1, $2, $3);\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Varchar",
|
|
"Int8",
|
|
"Timestamp"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "371fb1eff8cebe11d8527bda9ac27b2063cee27f9bad1b06cceaa3b95e93664c"
|
|
}
|