2
votes
5answers
191 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 …
