Closed dgobaud closed 7 years ago
Fixed in https://github.com/sequelize/express-example/pull/54 , I realized lots of things were missing in migration like timestamps, so it wasn't possible to run project after ./node_modules/.bin/sequelize db:migrate
, its fixed as well
The task model has a Task.belongsTo(models.User, ...) but this isn't in the migration