this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO webauthn_challenges (id, did, challenge, challenge_type, state_json, expires_at)\n VALUES ($1, $2, $3, 'registration', $4, $5)\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid", 9 "Text", 10 "Bytea", 11 "Text", 12 "Timestamptz" 13 ] 14 }, 15 "nullable": [] 16 }, 17 "hash": "eb9c5129a82120747251e6311e20840d2557153e4b81393476a443f3d4e75fed" 18}