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