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.
我不想在领域 java 中更改表模式时提供迁移脚本。此外,应用程序不应该崩溃,并且所有以前的数据都应该被删除或截断类似于fallbackToDestructiveMigration()的东西作为房间剂量?
Realm 提供了RealmConfiguration.Builder().deleteIfMigrationNeeded()..., wheredeleteIfMigrationNeeded()正是您正在寻找的。
RealmConfiguration.Builder().deleteIfMigrationNeeded()...
deleteIfMigrationNeeded()