gpt4 book ai didi

.net - Realm for Xamarin 中的简单迁移

转载 作者:行者123 更新时间:2023-12-01 22:23:26 26 4
gpt4 key购买 nike

Realm for Xamarin 的文档说:

Realm will automatically perform migrations that can be done without processing, like adding and removing classes or adding and removing properties from a class. For more complex changes, a proper migration is required. We do not yet have an API for this, but it is planned and will be added soon.

但是,即使我只是向模型添加一个新字段,应用程序也会因所需的迁移而崩溃。

我的问题是:如何使用自动执行的迁移?

最佳答案

这是一个已知的文档问题:https://github.com/realm/realm-dotnet/issues/669

您可以做的是在每次您的简单模型更改时显式增加模式版本:

var config = RealmConfiguration.DefaultConfiguration;
config.SchemaVersion = 1; // increment this when your model changes

关于.net - Realm for Xamarin 中的简单迁移,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38572452/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com