this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO channel_verifications (user_id, channel, code, pending_identifier, expires_at) VALUES ($1, $2::comms_channel, $3, $4, $5)", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid", 9 { 10 "Custom": { 11 "name": "comms_channel", 12 "kind": { 13 "Enum": [ 14 "email", 15 "discord", 16 "telegram", 17 "signal" 18 ] 19 } 20 } 21 }, 22 "Text", 23 "Text", 24 "Timestamptz" 25 ] 26 }, 27 "nullable": [] 28 }, 29 "hash": "54ec6149f129881362891151da8200baef1f16427d87fb3afeb1e066c4084483" 30}