https://github.com/sparsh-kumar/database-creation-using-sql-migrations
This is an example of making use of sequelize migrations to implement a specific complex structure of database having foreign keys and primary keys and associations.
https://github.com/sparsh-kumar/database-creation-using-sql-migrations
Last synced: 11 months ago
JSON representation
This is an example of making use of sequelize migrations to implement a specific complex structure of database having foreign keys and primary keys and associations.
- Host: GitHub
- URL: https://github.com/sparsh-kumar/database-creation-using-sql-migrations
- Owner: Sparsh-Kumar
- Created: 2021-09-16T12:36:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T12:44:16.000Z (almost 5 years ago)
- Last Synced: 2025-03-14T02:28:52.772Z (over 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Making-Database-Using-Migrations
This is an example of making use of sequelize migrations to implement a specific complex structure of database having foreign keys and primary keys and associations.
# Database-Structure
The database structure we have implemented using migrations is given in the file DatabaseStructureUsingMigrations.png