• One option would be to use a trigger to prevent adding more duplicate entries. You could use an instead of trigger to check for existing values utilizing a non-unique index. If the value already exists, don't perform the insert or update and throw an error.