In Realm ORM, Android. Is there any way to add unique constraint on two or more fields? Couldn't find it in documentation. SQlite example : CREATE TABLE a (i INT, j INT, UNIQUE(i, j) ON CONFLICT REPLACE);
Aucun commentaire:
Enregistrer un commentaire