sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 770 forks source link

Associations are applied after model creation (sync mode) #38

Closed 5o50 closed 8 years ago

5o50 commented 8 years ago

Allow association to be applied in sync({force: true}) mode else it doesn't work