inc/managers/CustomTable.php
@@ -184,7 +184,7 @@ if (is_array($key)) { $value = $key['value']; // Ensure value is wrapped in parentheses if (!str_starts_with(trim($value), '(')) { if (!str_contains(trim($value), '(`')) { $value = '(`' . $value . '`)'; } $parts[] = $key['key'] . ' KEY ' . $value;