More specifically, if I have a forum, should the administrator be able to delete completely ( wiping the database), or just set a hidden flag, when it comes to posts, boards or threads?
            Asked
            
        
        
            Active
            
        
            Viewed 39 times
        
    -1
            
            
        - 
                    1Possible duplicate of [Database: To delete or not to delete records](https://stackoverflow.com/questions/502501/database-to-delete-or-not-to-delete-records) – JJJ Jun 02 '18 at 14:58
1 Answers
-1
            Having a flag is always better approach than removing / deleting the record from database, As it will be useful in many cases, such as,
- -Accidental deletions
- Data analysis
- History prospective
- Identifying spam users (in your case i.e. forum) etc.
 
    
    
        SwapnilKumbhar
        
- 347
- 2
- 5
- 17
