From 54841c184f51abf3c3b34ef4653c7737dbbbc403 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 18 Nov 2013 17:16:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=ED=85=8C=EC=9D=B4=EB=B8=94?= =?UTF-8?q?=EC=97=90=20=EC=B6=94=EA=B0=80=EB=90=9C=20=ED=95=84=EB=93=9C=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/gnuboard5shop.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/gnuboard5shop.sql b/install/gnuboard5shop.sql index 12db75404..2c9ce38b4 100644 --- a/install/gnuboard5shop.sql +++ b/install/gnuboard5shop.sql @@ -443,6 +443,9 @@ CREATE TABLE IF NOT EXISTS `g5_shop_item` ( `it_tel_inq` tinyint(4) NOT NULL DEFAULT '0', `it_info_gubun` varchar(50) NOT NULL DEFAULT '', `it_info_value` text NOT NULL, + `it_sum_qty` int(11) NOT NULL DEFAULT '0', + `it_use_cnt` int(11) NOT NULL DEFAULT '0', + `it_use_avg` DECIMAL(2,1) NOT NULL, `it_img1` varchar(255) NOT NULL DEFAULT '', `it_img2` varchar(255) NOT NULL DEFAULT '', `it_img3` varchar(255) NOT NULL DEFAULT '',