As I'm new to sequelize, and I have the following question:
When I start my application, it automatically creates tables based on my model definitions, is there a way to prevent this from happening?
I want to use my migration script to create the tables, and I do not want to have to drop the tables in my migration script if the application was run prior to running the migration scripts.