I'm getting the same error. When I add " to the 'Control' line making it:
`Control` enum('select','checkbox','radio',") NOT NULL default 'select' COMMENT 'input element for selectors',
I get the following new error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '") NOT NULL default 'select' COMMENT 'input element for selectors',`Extra` text ' at line 1
`Control` enum('select','checkbox','radio',") NOT NULL default 'select' COMMENT 'input element for selectors',
I get the following new error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '") NOT NULL default 'select' COMMENT 'input element for selectors',`Extra` text ' at line 1
Thanks for your help.