We can't directly use the Sequelize version we install in the package.json
as the customer's version may be different.
To ensure compatibility, we need to only import types from Sequelize,
and use the customer sequelize version to deal with the data manipulation.
We can't directly use the Sequelize version we install in the package.json as the customer's version may be different. To ensure compatibility, we need to only import types from Sequelize, and use the customer sequelize version to deal with the data manipulation.