We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi,
the following statement:
ALTER TABLE `mail_template` CHANGE COLUMN `mtpl_group` `mtpl_group` ENUM('ORDER') NULL DEFAULT NULL ;
throws an exeception: "Missing comma before start of a new alter operation.".
When renamed 'ORDER' to 'TEST' parser works fine.