{ "db_name": "PostgreSQL", "query": "INSERT INTO channel_verifications (user_id, channel, code, pending_identifier, expires_at) VALUES ($1, $2::comms_channel, $3, $4, $5)", "describe": { "columns": [], "parameters": { "Left": [ "Uuid", { "Custom": { "name": "comms_channel", "kind": { "Enum": [ "email", "discord", "telegram", "signal" ] } } }, "Text", "Text", "Timestamptz" ] }, "nullable": [] }, "hash": "54ec6149f129881362891151da8200baef1f16427d87fb3afeb1e066c4084483" }