Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序以前版本中的核心数据存储与当前版本的不同之处在于以下方面:
我应该如何迁移我的数据?在研究这个问题之前,我的想法是我可以编写代码,从以前的模型中获取数据并将其放入新模型中。
我认为核心数据模型版本控制和数据迁移编程指南将详细介绍这些问题。