A new topic, 'How do I set a bit value when setting a nullable field in mysql',
has been made on a board you are watching.
You can see it at
http://liquibase.org/forum/index.php?topic=714.new#new
The text of the topic is shown below:
I am trying to set a null constraint in mysql
<changeSet id="228" author="sryan">
<addNotNullConstraint
tableName="program"
columnName="enforce_roles"
defaultNullValue="1" columnDataType="bit"/>
</changeSet>
How do I set the default value to true or b'1' No matter what I set it rejects
it as too long
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.------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user