{ "db_name": "PostgreSQL", "query": "SELECT subject, body, comms_type as \"comms_type: String\" FROM comms_queue WHERE user_id = $1 AND comms_type = 'admin_email' ORDER BY created_at DESC LIMIT 1", "describe": { "columns": [ { "ordinal": 0, "name": "subject", "type_info": "Text" }, { "ordinal": 1, "name": "body", "type_info": "Text" }, { "ordinal": 2, "name": "comms_type: String", "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": [ true, false, false ] }, "hash": "4445cc86cdf04894b340e67661b79a3c411917144a011f50849b737130b24dbe" }