Answer the question
In order to leave comments, you need to log in
What is data migration?
Why migrate data? Why can't you just bind the data?
Answer the question
In order to leave comments, you need to log in
Migrations are rules for updating the database structure that are tied to software versions.
The thing was invented to automatically update and rollback updates to the database structure on servers.
In fact, this thing allows various actors to update the database and ORM through migrations and not know SQL.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question