From 798a2fa848c40d318e10eab8fc9764eaf8dbff2e Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 14 May 2014 09:28:47 +0900 Subject: [PATCH] =?UTF-8?q?de=5Fdata=20=ED=95=84=EB=93=9C=20=EA=B8=B0?= =?UTF-8?q?=EB=B3=B8=EA=B0=92=20=EC=A7=80=EC=A0=95=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20-=20root=EB=8B=98=20=EC=A0=9C=EB=B3=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/gnuboard5shop.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/gnuboard5shop.sql b/install/gnuboard5shop.sql index 14d5acefd..8308ffd18 100644 --- a/install/gnuboard5shop.sql +++ b/install/gnuboard5shop.sql @@ -644,7 +644,7 @@ DROP TABLE IF EXISTS `g5_shop_order_delete`; CREATE TABLE IF NOT EXISTS `g5_shop_order_delete` ( `de_id` int(11) NOT NULL AUTO_INCREMENT, `de_key` varchar(255) NOT NULL DEFAULT '', - `de_data` longtext NOT NULL DEFAULT '', + `de_data` longtext NOT NULL, `mb_id` varchar(20) NOT NULL DEFAULT '', `de_ip` varchar(255) NOT NULL DEFAULT '', `de_datetime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',