mmatuson / SchemaSync

A MySQL Schema Versioning and Migration Utility
http://mmatuson.github.io/SchemaSync/
Other
337 stars 110 forks source link

Literals default values #46

Open isgroup-srl opened 7 years ago

isgroup-srl commented 7 years ago

SchemaSync improperly generate SQL code for default values that are strings, for example in enums.

DEFAULT section AFTER `id`

Should be:

DEFAULT 'section' AFTER `id`
andygithubchen commented 5 years ago

me too !! @