摘要: 例如: CREATE TABLE foo ( `creation_time` DATETIME DEFAULT CURRENT_TIMESTAMP, `modification_time` DATETIME ON UPDATE CURRENT_TIMESTAMP ); mysql如果报这个错误: E 阅读全文
posted @ 2016-09-21 17:18 Yxh_blogs 阅读(1245) 评论(0) 推荐(0) 编辑