From 9c6a1c30bc6383da8d9783e774ce2cbccc815cf6 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 5 Jul 2013 17:18:14 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EA=B3=BC=EC=84=B8=20=EC=83=81?= =?UTF-8?q?=ED=92=88=20=ED=91=9C=EC=8B=9C=EB=A5=BC=20=EC=9C=84=ED=95=9C=20?= =?UTF-8?q?ct=5Fnotax=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/shop.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/shop.sql b/install/shop.sql index b3e49d8d0..f150a7fbe 100644 --- a/install/shop.sql +++ b/install/shop.sql @@ -69,6 +69,7 @@ CREATE TABLE IF NOT EXISTS `shop_cart` ( `ct_option` varchar(255) NOT NULL DEFAULT '', `ct_qty` int(11) NOT NULL DEFAULT '0', `ct_num` int(11) NOT NULL DEFAULT '0', + `ct_notax` tinyint(4) 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',