{ "db_name": "PostgreSQL", "query": "\n SELECT\n recipient, subject, body,\n comms_type as \"comms_type: CommsType\"\n FROM comms_queue\n WHERE id = $1\n ", "describe": { "columns": [ { "ordinal": 0, "name": "recipient", "type_info": "Text" }, { "ordinal": 1, "name": "subject", "type_info": "Text" }, { "ordinal": 2, "name": "body", "type_info": "Text" }, { "ordinal": 3, "name": "comms_type: CommsType", "type_info": { "Custom": { "name": "comms_type", "kind": { "Enum": [ "welcome", "email_verification", "password_reset", "email_update", "account_deletion", "admin_email", "plc_operation", "two_factor_code", "channel_verification", "passkey_recovery", "legacy_login_alert", "migration_verification" ] } } } } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ false, true, false, false ] }, "hash": "b0fca342e85dea89a06b4fee144cae4825dec587b1387f0fee401458aea2a2e5" }