MySQL add 3 hours on update in datetime

前端 未结 0 1794
说谎
说谎 2021-02-08 20:17

Lets say I have following table:

CREATE TABLE `cases` (
  `case_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL DEFAULT utc_timestamp )
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题