Discussion:
[Liquibase-user] New Topic: enum with mysql
Liquibase Community Forum
2010-10-18 10:59:33 UTC
Permalink
A new topic, 'enum with mysql', has been made on a board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=747.new#new

The text of the topic is shown below:

generateChangeLog in 2rc6 against mysql gives unquoted string in defaultValue:
<column defaultValue="Off" name="toggledOn" type="enum('On','Off')">
which causes syntax err during update, should be
<column defaultValue="'Off'" name="toggledOn" type="enum('On','Off')">
plz log to jira
thanks

Unsubscribe to new topics from this board by clicking here: http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The Liquibase Community Forum Team.

Loading...