From 07e5c08935ef38147f8b8015487732fe95bbb83b Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 8 Nov 2013 17:00:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EB=AC=B8=20=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=EB=B8=94=EC=9D=98=20=ED=95=84=EB=93=9C=20=EC=88=9C=EC=84=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/gnuboard5shop.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install/gnuboard5shop.sql b/install/gnuboard5shop.sql index 865d3e05c..4b4867ff2 100644 --- a/install/gnuboard5shop.sql +++ b/install/gnuboard5shop.sql @@ -602,8 +602,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_onlinecalc` ( DROP TABLE IF EXISTS `g5_shop_order`; CREATE TABLE IF NOT EXISTS `g5_shop_order` ( `od_id` bigint(20) unsigned NOT NULL, - `mb_id` varchar(255) NOT NULL DEFAULT '', - `od_pwd` varchar(255) NOT NULL DEFAULT '', + `mb_id` varchar(255) NOT NULL DEFAULT '', `od_name` varchar(20) NOT NULL DEFAULT '', `od_email` varchar(100) NOT NULL DEFAULT '', `od_tel` varchar(20) NOT NULL DEFAULT '', @@ -625,8 +624,8 @@ CREATE TABLE IF NOT EXISTS `g5_shop_order` ( `od_cart_price` int(11) NOT NULL DEFAULT '0', `od_cart_coupon` int(11) NOT NULL DEFAULT '0', `od_send_cost` int(11) NOT NULL DEFAULT '0', - `od_send_coupon` int(11) NOT NULL DEFAULT '0', `od_send_cost2` int(11) NOT NULL DEFAULT '0', + `od_send_coupon` int(11) NOT NULL DEFAULT '0', `od_receipt_price` int(11) NOT NULL DEFAULT '0', `od_cancel_price` int(11) NOT NULL DEFAULT '0', `od_receipt_point` int(11) NOT NULL DEFAULT '0', @@ -640,6 +639,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_order` ( `od_status` varchar(255) NOT NULL DEFAULT '', `od_hope_date` date NOT NULL DEFAULT '0000-00-00', `od_settle_case` varchar(255) NOT NULL DEFAULT '', + `od_mobile` tinyint(4) NOT NULL DEFAULT '0', `od_tno` varchar(255) NOT NULL DEFAULT '', `od_app_no` varchar(20) NOT NULL DEFAULT '', `od_escrow` tinyint(4) NOT NULL DEFAULT '0', @@ -653,8 +653,8 @@ CREATE TABLE IF NOT EXISTS `g5_shop_order` ( `od_cash` tinyint(4) NOT NULL, `od_cash_no` varchar(255) NOT NULL, `od_cash_info` text NOT NULL, - `od_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `od_mobile` tinyint(4) NOT NULL DEFAULT '0', + `od_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `od_pwd` varchar(255) NOT NULL DEFAULT '', `od_ip` varchar(25) NOT NULL DEFAULT '', PRIMARY KEY (`od_id`), KEY `index2` (`mb_id`)