开发者

Last modified Timestamp in MySQL

The default value of the column should be the one a开发者_如何学Pythont the time of insertion and later when updation or deletion is done it should change in my sql


You probably want to set these properties on the field:

    DEFAULT CURRENT_TIMESTAMP 
    ON UPDATE CURRENT_TIMESTAMP;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜