A new topic, 'Column comments not added', has been made on a board you are 
watching.

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

The text of the topic is shown below:

Hi all,

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>


Any ideas?

Thanks,
Ruud

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.
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to