Tagged Questions
2
votes
5answers
406 views
Re-using soft deleted records
If I have a table structure that is:
code+description+isdeleted
where code is the primary key.
The user creates a record, then later on deletes it. Because I am using soft deletes the isdeleted ...