起初我有
@SerialName("state") var state: String
然后我决定这样做-更改了类型
@SerialName("state") @BooleanString var state: Int
在迁移过程中我还需要做些其他事情吗?
答案 0 :(得分:1)
对属性名称,类型或约束的任何更改均要求迁移。
https://realm.io/docs/java/latest/#migrations
多种情况:
RealmMigration
的类并迁移需要迁移的内容deleteRealmIfMigrationNeeded