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.
我有一个 ipad 应用程序,它有一个带有两个实体的简单核心数据模型。最终,我将在应用程序的更新中添加第三个实体。我需要对当前版本的数据模型做些什么来为最终迁移做准备吗?
并不真地。为了使迁移工作,此时您需要在模型中包含模型的两个版本。(一个模型可以包含多个版本,一个是当前版本)。