From 7dd6c67f5f423f97f880ca740889e1b7dae94f46 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 25 Jun 2013 15:50:48 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=98=EB=AA=BB=EB=90=9C=20=ED=95=84?= =?UTF-8?q?=EB=93=9C=20=EA=B8=B8=EC=9D=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/shop.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/shop.sql b/install/shop.sql index b84aaf82e..b3e49d8d0 100644 --- a/install/shop.sql +++ b/install/shop.sql @@ -434,7 +434,7 @@ CREATE TABLE IF NOT EXISTS `shop_item` ( `it_ip` varchar(25) NOT NULL DEFAULT '', `it_order` int(11) NOT NULL DEFAULT '0', `it_tel_inq` tinyint(4) NOT NULL DEFAULT '0', - `it_info_gubun` varchar(5) NOT NULL DEFAULT '', + `it_info_gubun` varchar(50) NOT NULL DEFAULT '', `it_info_value` text NOT NULL, `it_img1` varchar(255) NOT NULL DEFAULT '', `it_img2` varchar(255) NOT NULL DEFAULT '', @@ -526,7 +526,7 @@ CREATE TABLE IF NOT EXISTS `shop_item_qa` ( DROP TABLE IF EXISTS `shop_item_relation`; CREATE TABLE IF NOT EXISTS `shop_item_relation` ( `it_id` varchar(20) NOT NULL DEFAULT '', - `it_id2` varchar(10) NOT NULL DEFAULT '', + `it_id2` varchar(20) NOT NULL DEFAULT '', `ir_no` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`it_id`,`it_id2`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;