Discussion:
[Liquibase-user] New Topic: correction for Liquibase Quick-Start
Liquibase Community Forum
2010-10-21 23:12:15 UTC
Permalink
A new topic, 'correction for Liquibase Quick-Start', has been made on a board you are watching.

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

The text of the topic is shown below:

The example on http://www.liquibase.org/quickstart had defaultValueBoolean="1". With MySQL, this made a column like so:

Code:
Field: active
Type: tinyint(1)
Null: YES
Key:
Default: 0
Extra:


To make it work as intended (ie: Default: 1) I had to use defaultValueBoolean="true" instead. I updated the wiki page thusly.

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...