From 68443b1625dbf0c39085e33c00188b2a51dc61cd Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 9 Jun 2014 15:03:26 +0900 Subject: [PATCH] =?UTF-8?q?ca=5Forder=20=ED=95=84=EB=93=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/gnuboard5shop.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/gnuboard5shop.sql b/install/gnuboard5shop.sql index 96f4ea977..2f1249632 100644 --- a/install/gnuboard5shop.sql +++ b/install/gnuboard5shop.sql @@ -68,8 +68,9 @@ CREATE TABLE IF NOT EXISTS `g5_shop_cart` ( DROP TABLE IF EXISTS `g5_shop_category`; CREATE TABLE IF NOT EXISTS `g5_shop_category` ( - `ca_id` varchar(10) NOT NULL DEFAULT '0', + `ca_id` varchar(10) NOT NULL DEFAULT '0', `ca_name` varchar(255) NOT NULL DEFAULT '', + `ca_order` int(11) NOT NULL DEFAULT '0', `ca_skin_dir` varchar(255) NOT NULL DEFAULT '', `ca_mobile_skin_dir` varchar(255) NOT NULL DEFAULT '', `ca_skin` varchar(255) NOT NULL DEFAULT '',