Hi,
We are using groovy-liquibase at www.42.nl.
But now we wanted to add a column at a specific position (mysql).
Example:
- ALTER TABLES products ADD COLUMN name VARCHAR(50) AFTER id;
It would be nice to have this function in column.
Erwin
Hi,
We are using groovy-liquibase at www.42.nl.
But now we wanted to add a column at a specific position (mysql).
Example:
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