Columns are properly enclosed in MySQL

Hi,


if you have columns in MySQL that needs you to enclose their names in the create table statement, they are not properly enclosed in the migrate command.

Example:


CREATE TABLE test (Dominik

I hadn’t realized mysql let you include colons. I created https://liquibase.jira.com/browse/CORE-1648 to track the fix.


Nathan