Database: To delete or not to delete records

前端 未结 8 821
一个人的身影
一个人的身影 2020-12-07 08:41

I don\'t think I am the only person wondering about this. What do you usually practice about database behavior? Do you prefer to delete a record from the database physically

8条回答
  •  北海茫月
    2020-12-07 09:22

    For user-entered/managed data I've used the flag method you describe and given the user an "empty the trash" interface to actually delete items if they choose to.

提交回复
热议问题