Hello, I dont see this in the documentation that is currently live, and searching GitHub for after doesn't turn up anything that looks like the feature.
--> it would be nice to specify the AFTER keyword when using addColumn, which would generate the AFTER string in i.e. a mysql query.
In cases where we want to create a new column after another existing column, we are having to resort to runSql(), which isn't ideal
thanks!
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Hello, I dont see this in the documentation that is currently live, and searching GitHub for
afterdoesn't turn up anything that looks like the feature.--> it would be nice to specify the
AFTERkeyword when usingaddColumn, which would generate theAFTERstring in i.e. amysqlquery.In cases where we want to create a new column after another existing column, we are having to resort to runSql(), which isn't ideal
thanks!
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.