{ "db_name": "PostgreSQL", "query": "\n INSERT INTO sso_pending_registration (token, request_uri, provider, provider_user_id, provider_username, provider_email, provider_email_verified)\n VALUES ($1, $2, $3, $4, $5, $6, $7)\n ", "describe": { "columns": [], "parameters": { "Left": [ "Text", "Text", { "Custom": { "name": "sso_provider_type", "kind": { "Enum": [ "github", "discord", "google", "gitlab", "oidc", "apple" ] } } }, "Text", "Text", "Text", "Bool" ] }, "nullable": [] }, "hash": "85ffc37a77af832d7795f5f37efe304fced4bf56b4f2287fe9aeb3fc97e1b191" }