problem description
I created a table in the mysql database, one of which is the CURRENT_TIMESTAMP,
of the default value of the field create_time. I added a new piece of data when I did the hope test in the project. The
project uses the SpringBoot framework to form a print society relationship between jpa and the table and manipulate the table.
after adding new data successfully, I found that the value of create_time is null
Baidu google did not find a way to solve the problem. I"m here to inquire. Thank you!
here are the relevant screenshots
mysql8