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