node.jssequelize.jsdatabase-migrationsequelize-cli

Can anyone explain what is sequelize migration?


I had read and search lot of pages.I don't get it correct explanation what i need.

So,anyone can explain it what it is exactly. It will helpful for most of us.Thanks in advance.


Solution

  • I will explain in simple terms.

    A migration is a script that describes how to transform your database from one state to another. It includes instructions for adding, altering, or removing tables, columns, indexes, and other database objects.