gpt4 book ai didi

android - 如果更改变量类型 - Realm ,是否必须迁移?

转载 作者:行者123 更新时间:2023-11-29 23:25:32 25 4
gpt4 key购买 nike

起初我有

    @SerialName("state") var state: String

然后我决定这样做——改变类型

    @SerialName("state") @BooleanString var state: Int

我是否必须在迁移中做一些额外的事情,或者我可以开始了吗?

最佳答案

属性名称、类型或约束的任何更改都会请求迁移。

https://realm.io/docs/java/latest/#migrations

多种情况:

  • 您需要迁移以保留以前的数据库和数据:创建一个实现 RealmMigration 的类并迁移需要的内容
  • 您不需要迁移,因为您不关心:deleteRealmIfMigrationNeeded
  • 您不需要迁移,因为它是全新安装:什么都不做

关于android - 如果更改变量类型 - Realm ,是否必须迁移?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53653176/

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