码迷,mamicode.com
首页 > 其他好文 > 详细

实现建表时对应字段(修改时间)自动生成当时系统时间

时间:2020-06-11 01:03:08      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:替换   自动   comment   style   update   创建   自动生成   时间   class   

在建表时:

`create_time` timestamp not null default current_timestamp comment创建时间,--将系统当前时间设为默认值
`update_tiem` timestamp not null default current_timestamp on update current_timestamp comment修改时间,   --将系统当前时间设为默认值,同时更新时替换为更新时的系统时间

 

将系统当前时间设为默认值

实现建表时对应字段(修改时间)自动生成当时系统时间

标签:替换   自动   comment   style   update   创建   自动生成   时间   class   

原文地址:https://www.cnblogs.com/shouyaya/p/13090371.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!