MYSQL ALTER Statement for TIMESTAMP Column to Change on Update
January 7th, 2011
Comments off
If you need to alter a TIMESTAMP column to update the column automatically when the contents of the row are changed, run the following MySQL ALTER statement against the table: Read more…