Why every database table should have created/modified columns

This is a short and sweet post about those crucial 'created and modified' database columns that can be your saviour down the line for any project. I'm sure almost everyone has worked on applications where the original developer missed adding a created or modified timestamp column on a database. There are many reasons for it - the developer forgot,...