17 lines
413 B
JSON
17 lines
413 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "INSERT INTO login_sessions (login_session_token_hash, user_id, started_at_utc, xsrf_secret)\n VALUES ($1, $2, NOW(), $3)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Bytea",
|
|
"Uuid",
|
|
"Bytea"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "cfc3e3102493b5b385bcab8eb8d4ea73d38cfb32cdf5c34b6cc76738669490fd"
|
|
}
|