Hacker News new | ask | show | jobs
by joshuakarjala 4132 days ago
Is anyone working on auto-generated migrations in node.js ala. Django / South?
1 comments

No it does not do this yet. See this issue [1]. The db:create task in the sequelize cli only creates a new stub migration file.

1 - https://github.com/sequelize/cli/issues/8