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, 'authentication', $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": "418f04226f0306018517e44f80af924c435dbee0246662a36afa5cd40d674f74"
18}