当前位置: 代码迷 >> PHP >> php安插timestamp类型显示0000-00-00 00:00:00
  详细解决方案

php安插timestamp类型显示0000-00-00 00:00:00

热度:69   发布时间:2016-04-28 16:53:02.0
php插入timestamp类型显示0000-00-00 00:00:00




------解决思路----------------------
imestamp 数据类型只是递增的数字,不保留日期或时间。 若要记录日期或时间,请使用 datetime 数据类型。、

看看这个帖子:
http://bbs.csdn.net/topics/310169896
------解决思路----------------------
一个表中,只能有一个可on update CURRENT_TIMESTAMP的Timestamp字段,其他的TIMESTAMP字段都不会自动更新的。
  相关解决方案