tapac
07/15/2016, 1:17 PMAnd MySQL will only set CURRENT_TIMESTAMP if the value hasnt been explicitly passed in the statementMysql (along with Postgresql, H2) has function "DEFAULT" which returns default value for inserting/updating column. I think we have to use that function for columns with defined DB defaults if no explicit values provided.Guess it might help.