I am a newby with Sequelize and Node.js in general, I am wondering if .sync() is ever needed for anything else than creating and structuring a database to fit exactly with your project in the development phase.
Take the following example: If I already have my database structure (made with MySQL Workbench or whatever), is it useful somehow to ever use .sync()? Does it have any important application in production?