Deleted Records still trigger "unique" validation

Does tailor models/blueprints enable soft deleting by default? Any way to disable that?

The softDeletes property has been added for the next build (v3.6.19+). Now, you can programmatically disable soft deletion.

For example:

softDeletes: false
1 Like