Results 3 issues of LinG955

《LeetCode101(谷歌师兄刷题笔记)》这本书的Java版本有吗?

``create_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间' 对于MySQL version:8.0.19,要设置create_time自动更新,因为insertSuccessKilled()没有插入create_time,create_time为默认值00-00-00 00:00:00。不然在测试queryByIdWithSeckill()时程序会报错:Caused by: com.mysql.cj.exceptions.DataReadException: Zero date value prohibited。

``create_time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间'` 要设置create_time自动更新,因为insertSuccessKilled()没有插入create_time,create_time为默认值00-00-00 00:00:00。不然在测试queryByIdWithSeckill()时程序会报错:**Caused by: com.mysql.cj.exceptions.DataReadException: Zero date value prohibited**。 ![TIM截图20200518200101](https://user-images.githubusercontent.com/36889092/82214922-1dcf2b00-9949-11ea-8054-05735970df68.png)