sequelize
sequelize copied to clipboard
feat(core): Add support for UUID v7
Pull Request Checklist
- [x] Have you added new tests to prevent regressions?
- [ ] If a documentation update is necessary, have you opened a PR to the documentation repository?
- [x] Did you update the typescript typings accordingly (if applicable)?
- [ ] Does the description below contain a link to an existing issue (Closes #[issue]) or a description of the issue you are solving?
- [x] Does the name of your PR follow our conventions?
Description of Changes
Add support for UUID v7
List of Breaking Changes
Thanks for working on this! I quickly scanned through it and I noticed that we're also adding support in the deprecated DataTypes definition. I would prefer if we didn't add deprecated functionality