Reputation: 3200
If I put one of my columns in Android SQLite database
"passed BOOLEAN NULL UNIQUE"
The UNIQUE
constrain will not allow me to put duplicates of even NULL values? But if I do not set the values in the column, it is default to be null, so is this against the rule? Is there other way I could work around with the UNIQUE
constrain? Thanks!
Upvotes: 3
Views: 2053