Open goalia opened 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 ?
It looks like it only adds queryInterface support. No model support yet in 6.4.0. https://github.com/sequelize/sequelize/pull/12456
queryInterface
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 ?