From 2d2c25600b7ff4b9b428b0f8a5a07d909b3eb54e Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 7 Nov 2013 08:57:04 +0900 Subject: [PATCH] =?UTF-8?q?db=20=ED=95=84=EB=93=9C=20=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=20=ED=83=80=EC=9E=85=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/shop.extend2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/shop.extend2.php b/extend/shop.extend2.php index 9659ad593..90a62eff5 100644 --- a/extend/shop.extend2.php +++ b/extend/shop.extend2.php @@ -652,6 +652,6 @@ if(stripos($row['Type'], 'enum') !== false) { // 상품테이블에 검색을 위하여 태그없는 상품설명 저장용 필드 추가 if(!sql_query(" select it_explan2 from {$g5['g5_shop_item_table']} limit 1 ", false)) { sql_query(" ALTER TABLE `{$g5['g5_shop_item_table']}` - ADD `it_explan2 METIUMTEXT NOT NULL AFTER `it_explan` ", true); + ADD `it_explan2` MEDIUMTEXT NOT NULL AFTER `it_explan` ", true); } ?>