From ed617c8bcb4a69f975ba19471c06b0c6c78b658f Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 18 Nov 2013 13:45:26 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EC=8B=9C=EA=B0=84=20=ED=95=84=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/gnuboard5shop.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/gnuboard5shop.sql b/install/gnuboard5shop.sql index ab7a8c325..12db75404 100644 --- a/install/gnuboard5shop.sql +++ b/install/gnuboard5shop.sql @@ -437,6 +437,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_item` ( `it_mobile_tail_html` text NOT NULL, `it_hit` int(11) NOT NULL DEFAULT '0', `it_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `it_update_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `it_ip` varchar(25) NOT NULL DEFAULT '', `it_order` int(11) NOT NULL DEFAULT '0', `it_tel_inq` tinyint(4) NOT NULL DEFAULT '0',