{ "db_name": "PostgreSQL", "query": "SELECT preferred_notification_channel as \"channel: NotificationChannel\" FROM users WHERE did = $1", "describe": { "columns": [ { "ordinal": 0, "name": "channel: NotificationChannel", "type_info": { "Custom": { "name": "notification_channel", "kind": { "Enum": [ "email", "discord", "telegram", "signal" ] } } } } ], "parameters": { "Left": [ "Text" ] }, "nullable": [ false ] }, "hash": "0cbeeffaf2cf782de4e9d886e26b9884e874735e76b50c42933a94d9fa70425e" }