generator-express
generator-express copied to clipboard
Add sequelize migrations
It would be great to have a complete sequelize configuration set up - including migrations.
sequelize init
I'll have a look into this as it's something new with 2.0. By default however app.js
uses .sync()
which will create your tables
We should just run the command above. Thanks.
@xpepermint +1
atleast .sequelizerc is needed for sequelize-cli to work because this project generator uses different from standard sequelize configuration file (and index.js).