ardent
ardent copied to clipboard
updateUniques function does not work if softDeletes is enabled
updateUniques() function does not work if there are some softDeleted rows with the same value.
This is a Laravel issue not an Ardent issue. The unique
rule works exactly the same way as a database unique would work, the value can only appear once in the table. You could add coniditions to your unique rule, but that doesn't work correctly at the moment pending #182