sequelize / sequelize-typescript

Decorators and some other features for sequelize
MIT License
2.79k stars 282 forks source link

Add support for defining composite foreign keys after sequelize v6.4.0 release #886

Open goalia opened 3 years ago

goalia commented 3 years ago

I'm submitting a ... [ ] bug report [x] feature request

Sequelize added a support for composite foreign keys. You can find the discussion about this feature here:

https://github.com/sequelize/sequelize/issues/311

Can it be interesting to integrate this feature into sequelize-typescript ?

lukashroch commented 3 years ago

It looks like it only adds queryInterface support. No model support yet in 6.4.0. https://github.com/sequelize/sequelize/pull/12456