Previous Topic: Migration ExampleNext Topic: When Would I Use Migration?


Why Would I Need Migration?

Migration enables you to maintain the same version of equivalent objects across models. It enables you to keep models synchronized, so that when new objects are added to one model or existing objects are changed, those additions and changes can be applied to the other model. Migration also enables you to selectively copy objects from one model to another, even when model synchronization is not a goal.