I use timestamp on MySQL 5.x (with PHP) to remember event times. During development I had to update the table with a query that changes something in all columns. The timesta
You can use a default value for that field and not include it in the insert or update query.