From 71a0beccefa2f720d660feedeae9186d17232b73 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 1 Aug 2013 16:25:26 +0900 Subject: [PATCH] =?UTF-8?q?ct=5Fstatus=20=EB=A5=BC=20enum=20=EC=97=90?= =?UTF-8?q?=EC=84=9C=20varchar(255)=20=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/shop.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/shop.sql b/install/shop.sql index 7d21a7af6..77477c047 100644 --- a/install/shop.sql +++ b/install/shop.sql @@ -59,7 +59,7 @@ CREATE TABLE IF NOT EXISTS `shop_cart` ( `mb_id` varchar(255) NOT NULL DEFAULT '', `it_id` varchar(20) NOT NULL DEFAULT '', `it_name` varchar(255) NOT NULL DEFAULT '', - `ct_status` enum('쇼핑','주문','준비','배송','완료','취소','반품','품절') NOT NULL DEFAULT '쇼핑', + `ct_status` varchar(255) NOT NULL DEFAULT '', `ct_history` text NOT NULL, `ct_price` int(11) NOT NULL DEFAULT '0', `ct_point` int(11) NOT NULL DEFAULT '0',