>And MySQL will only set CURRENT_TIMESTAMP if t...
# exposed
t
And MySQL will only set CURRENT_TIMESTAMP if the value hasnt been explicitly passed in the statement
Mysql (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.