https://github.com/aldenvallestero/sequelize-associations-migrations
A sequelize migrations with complex models associations
https://github.com/aldenvallestero/sequelize-associations-migrations
database postgresql sequelize sql
Last synced: about 2 months ago
JSON representation
A sequelize migrations with complex models associations
- Host: GitHub
- URL: https://github.com/aldenvallestero/sequelize-associations-migrations
- Owner: aldenvallestero
- Created: 2024-01-13T05:59:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T16:20:00.000Z (over 2 years ago)
- Last Synced: 2025-08-19T00:25:01.176Z (10 months ago)
- Topics: database, postgresql, sequelize, sql
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sequelize-associations-migrations
### 🔗 External Links / References
- [Sequelize Migrations Official Documentation](https://sequelize.org/docs/v6/other-topics/migrations/)
- [Sequelize Advanced Associations Official Documentation](https://sequelize.org/docs/v6/advanced-association-concepts/advanced-many-to-many/)
- [Sequelize Associations Migrations Guide - OLD](https://codeburst.io/sequelize-migrations-setting-up-associations-985d29b61ee7)
- [Sequelize Associations Migrations Guide - NEW](https://bootcamp.rocketacademy.co/3-backend/3.3-sequelize/3.3.2-sequelize-m-m-relationships)
- [Sequelize M:M Methods Examples](https://sebhastian.com/sequelize-belongstomany/)
- [Creating New M:M Records](https://sequelize.org/docs/v7/querying/insert/)