Description
In an UTF8 Database, the generated sql VARCHAR(${size}) denotes the maximum number of bytes possible for the column.
However, typically one wants to define the maximum numbers of characters possible for that column.
To achieve that, the generated sql must be VARCHAR(${size} CHAR)