1
我將遷移添加到了我的項目中。經過很多工作後,我將其獨立運行。嘗試更新時出現錯誤如何設置可空區域對象
@PrimaryKey field 'id' does not support null values in the existing Realm file. Migrate using RealmObjectSchema.setNullable(), or mark the field as @Required
這不適用於我添加的對象中的值特徵。任何人都可以詳細說明這一點或鏈接到文檔如何做到這一點?我找不到任何
這是可變
@PrimaryKey
private String id;
編輯:願做
schema.get("Log").setNullable("id", true);