From 0330e4633f94a17e84ad3e4574634a686072713c Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 16 May 2013 10:02:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=EC=9A=94=EC=95=BD=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=ED=85=8C=EC=9D=B4=EB=B8=94=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/shop.sql | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/install/shop.sql b/install/shop.sql index f9a6d5da8..846fa001d 100644 --- a/install/shop.sql +++ b/install/shop.sql @@ -426,24 +426,6 @@ CREATE TABLE IF NOT EXISTS `shop_item` ( -- -------------------------------------------------------- --- --- Table structure for table `shop_item_info` --- - -DROP TABLE IF EXISTS `shop_item_info`; -CREATE TABLE IF NOT EXISTS `shop_item_info` ( - `ii_id` int(11) NOT NULL AUTO_INCREMENT, - `it_id` varchar(20) NOT NULL, - `ii_gubun` varchar(50) NOT NULL, - `ii_article` varchar(50) NOT NULL, - `ii_title` varchar(255) NOT NULL, - `ii_value` varchar(255) NOT NULL, - PRIMARY KEY (`ii_id`), - UNIQUE KEY `it_id` (`it_id`,`ii_gubun`,`ii_article`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- -------------------------------------------------------- - -- -- Table structure for table `shop_item_ps` --