From cdc72a61d35c0209a48aee242bb9da44e22771a2 Mon Sep 17 00:00:00 2001 From: Karson Date: Sun, 23 Apr 2017 21:25:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=89=E8=A3=85=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93page=E8=A1=A8=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/command/Install/fastadmin.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/admin/command/Install/fastadmin.sql b/application/admin/command/Install/fastadmin.sql index b009aae5..82ced9c2 100644 --- a/application/admin/command/Install/fastadmin.sql +++ b/application/admin/command/Install/fastadmin.sql @@ -252,6 +252,8 @@ CREATE TABLE `fa_page` ( `icon` varchar(50) NOT NULL DEFAULT '' COMMENT '图标', `views` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '点击', `comments` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '评论', + `createtime` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间', + `updatetime` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间', `weigh` int(10) NOT NULL DEFAULT '0' COMMENT '权重', `status` varchar(30) NOT NULL DEFAULT '' COMMENT '状态', PRIMARY KEY (`id`)