(More or less) formal docs and API reference can be found at https://sequelize.org/docs/v6/core-concepts/model-basics/#model-synchronization
To your question: force: true
adds a DROP TABLE IF EXISTS
before trying to create the table – if you force, existing tables will be overwritten.