Add remarks support to addColumn

Description

From http://liquibase.org/forum/index.php?topic=81.0

I'm using liquibase 1.9.3 against Oracle XE.

When I try to add a new column to an existing table, the remarks attribute value is not inserted as column comment. I'm using the following syntax:

<changeSet author="rbijkerk" id="1">
<addColumn tableName="some_table">
<column name="some_column" type="number(14,0)" remarks="Meaningful comment about this column"/>
</addColumn>
</changeSet>

Environment

None

Activity

Show:
Duplicate

Details

Reporter

Fix versions

Affects versions

Priority

Created July 20, 2009 at 5:06 PM
Updated June 20, 2013 at 3:30 AM
Resolved April 15, 2012 at 5:39 AM
Loading...