Hi
When creating a new VARCHAR column with a default value, the persist script doesn't enclose the default value in quotes, raising an error.
Example
ALTER TABLE MyTable ADD myField VARCHAR(255) NOT NULL DEFAULT some words;
Would be very useful to check if default value is quoted, and if it's not, then quote it.
thanks