An open API service indexing awesome lists of open source software.

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.

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