Pass table name as command-line option
I have an idea of splitting migrations and seed tables, configs and migration files. We can only set config file and migrations folder.
Not sure if I understand the ticket.
By default, table for migration is called "SequelizeMeta". My naming policy is underscore like "table_name". So I want to name it "sequelize_meta" or "migrations" or something else.
I solved my issue by merging seed and migrations into migration table.
As there is currently some progress for setting the column type for the meta table, we could probably just fix this issue at the same time.https://github.com/sequelize/umzug/pull/14