drop 빠진 것 추가

This commit is contained in:
chicpro
2013-11-22 09:07:58 +09:00
parent d9bf58ab8c
commit 9126d6dff0

View File

@ -162,6 +162,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_coupon` (
-- Table structure for table `g5_shop_coupon_log`
--
DROP TABLE IF EXISTS `g5_shop_coupon_log`;
CREATE TABLE IF NOT EXISTS `g5_shop_coupon_log` (
`cl_id` int(11) NOT NULL AUTO_INCREMENT,
`cp_id` varchar(255) NOT NULL DEFAULT '',
@ -663,6 +664,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_order` (
-- Table structure for table `g5_shop_order_address`
--
DROP TABLE IF EXISTS `g5_shop_order_address`;
CREATE TABLE IF NOT EXISTS `g5_shop_order_address` (
`ad_id` int(11) NOT NULL AUTO_INCREMENT,
`mb_id` varchar(255) NOT NULL DEFAULT '',