From ff5e73e6e2a014809f461a08ce6d87f45a44f246 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 27 May 2013 16:42:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EC=B9=98=EC=97=90=20ct=5Fnum=20?= =?UTF-8?q?=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/shop.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/shop.sql b/install/shop.sql index fa17cb320..f0eeaf103 100644 --- a/install/shop.sql +++ b/install/shop.sql @@ -66,6 +66,7 @@ CREATE TABLE IF NOT EXISTS `shop_cart` ( `ct_stock_use` tinyint(4) NOT NULL DEFAULT '0', `ct_option` varchar(255) NOT NULL DEFAULT '', `ct_qty` int(11) NOT NULL DEFAULT '0', + `ct_num` int(11) NOT NULL DEFAULT '0', `io_id` varchar(255) NOT NULL DEFAULT '', `io_type` tinyint(4) NOT NULL DEFAULT '0', `io_price` int(11) NOT NULL DEFAULT '0',