Wednesday 29 April 2020

can we pull off a node backend project with using migrations??

I started my project with sequeliz-cli by running init command.but i deleted the migrations and seeder folder. and started creating the models.I need to first create a db in workbench, and then ran db.sync() from sequelize, which created the tables in db. Its running kind of fine.can we complete the whole project without using migrate and deploy it on production env??Will not using migrate is disadvantageous??

Submitted April 29, 2020 at 09:17AM by meMindFlayer

No comments:

Post a Comment