Closed assapir closed 2 years ago
Was this ever resolved?
Not that I am aware of
@assapir @tjsamhu
I'm guessing you didn't import your models?
Object.keys(models).forEach((modelName) => {
db[modelName] = sequelize.import(models[modelName]);
});
this help solve my issues thanks you
Trying to create the first migration
resulting
although there are 3 new models in the models
models-path