There should be a way to choose, to have the CURRENT_TIMESTAMP inserted into column only on row create, not update.
Just set the default value of timestamp column to CURRENT_TIMESTAMP (instead of default CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP).
Log in to post a comment.
Just set the default value of timestamp column to CURRENT_TIMESTAMP (instead of default CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP).