You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: models.User appears to be a function.
Perhaps you are importing model factory function?
You should then use sequelize.import to create your model, see https://github.com/sequelize/express-example/blob/master/models/index.js#L17
Same piece of code works like a charm with sequelize version 3
The text was updated successfully, but these errors were encountered:
I'm testing
sequelize-fixtures
withsequelize
version4
Source code
OUTPUT
Same piece of code works like a charm with
sequelize
version3
The text was updated successfully, but these errors were encountered: