The problem is that we are re-using the element poorly in this case. The remarks attribute is generated when you are creating a changelog file from an existing database, but we currently do not re-apply them back to the database in the addColumn change.
Although there is a workaround (using the SQL tag), I would like to see this issue fixed with a higher priority than it currently has. What’s the procedure for changing the priority Nathan?
I looked at JIRA it says resolved for 2.0.4. I’m using 2.0.5 and MySQL 5.5 and it doesn’t seem to work during a create table <column name=“SomeName” type=“VARCHAR(16)” remarks=“remark”>
When I run the query "SHOW full COLUMNS FROM SomeName; " the comments column is empty