12 2014 档案

摘要:创建自动更新的timestamp (插入或修改时 uptime都会自动更新)CREATE TABLE `hello` (`id` int(11) NOT NULL,`uptime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURR... 阅读全文
posted @ 2014-12-16 15:32 知识天地 阅读(9247) 评论(0) 推荐(0)