Edit time is automatically updated when MySQL updates fields

Added automatic update time:

 

ALTER TABLE table CHANGE `lastUpdate` `t1` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间'

 

To cancel the automatic update of the edit time field:

 

ALTER TABLE table CHANGE `t1` `t1` TIMESTAMP NOT NULL DEFAULT

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326312186&siteId=291194637