Attributes on addColumn first or after

Hi,

We are using groovy-liquibase at www.42.nl.

But now we wanted to add a column at a specific position (mysql).

Example:  

  1. ALTER TABLES products ADD COLUMN name VARCHAR(50) AFTER id;

It would be nice to have this function in column.

Now we have to use modifySql that isn’t nice.

Erwin

It would be helpful, I added http://liquibase.jira.com/browse/CORE-929 to track it.


With the 2.0 extension system (liquibase.org/extensions) you can implement the functionality yourself without waiting for support in the main library as well, if that helps.


Thanks for the feature request


Nathan