Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com
How can you make changes in your database schema without losing data? Sequelize is an Object/Relational Mapper (ORM) for Node.js that provides easy access to PostgreSQL, MySQL, MSSQL, and SQLite databases. In this Sequelize Tutorial, we show you how Sequelize's Migration tools allow you to alter your database schema in a non-destructive way.
Watch this video to learn:
What does a Migration look like
How to get started with Migrations
Real code examples using Migrations and Generators