Open

Description
When you trigger migration up or down programmatically, you cannot specify migration table in options. Its needed to specify migration table something like:
DBMigrate.getInstance(true, {
config: {
database: ...,
user: ...,
table: 'migration_tabe_name'
}
}
for now you can only specify migration table as an argument:
db-migrate up --table migration_tabe_name
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.