click here for image description
I encountered an issue where a column was not recognized after migrating with sequelize-cli. Even though all the columns are defined in the migration file, this error keeps appearing. Additionally, when trying to create a model instance, an error labeled as "errorMissingColumn" is thrown.
Why is sequelize returning an unknown field called UserId from my table that doesn't exist?