this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO session_tokens (did, access_jti, refresh_jti, access_expires_at, refresh_expires_at, legacy_login, mfa_verified) VALUES ($1, $2, $3, $4, $5, $6, $7)", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 "Text", 11 "Timestamptz", 12 "Timestamptz", 13 "Bool", 14 "Bool" 15 ] 16 }, 17 "nullable": [] 18 }, 19 "hash": "301a8e352f7ebae1748ce1dc05860cef459764ca3c38b97693f00d67fd6bdd7e" 20}