cli icon indicating copy to clipboard operation
cli copied to clipboard

Pass table name as command-line option

Open djmadcat opened this issue 11 years ago • 3 comments

I have an idea of splitting migrations and seed tables, configs and migration files. We can only set config file and migrations folder.

djmadcat avatar Jul 25 '14 12:07 djmadcat

Not sure if I understand the ticket.

sdepold avatar Oct 03 '14 17:10 sdepold

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.

djmadcat avatar Oct 05 '14 11:10 djmadcat

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

sdepold avatar Jan 18 '15 07:01 sdepold