Re: JPA TIMESTAMP (MySQL)
Make sure the column value is not automatically created. How did you create the table? Does the date field have a default value that specifies the current time?
Re: JPA TIMESTAMP (MySQL)
I created the table using workbench, I can't see anything that denotes that the value should be automatically created, what should I be looking for? With regards to specifying the current time the answer is no. I am simply creating a new Date() when the user is created and it seems to automatically add in the time.