shop_order_delete 추가

This commit is contained in:
gnuboard
2013-10-23 16:48:51 +09:00
parent 19d5d33543
commit a53f143c58
3 changed files with 26 additions and 0 deletions

View File

@ -702,6 +702,21 @@ CREATE TABLE IF NOT EXISTS `g5_shop_order_address` (
-- --------------------------------------------------------
--
-- Table structure for table `g5_shop_order_delete`
--
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,
`de_data` longtext NOT NULL,
PRIMARY KEY (`de_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------
--
-- Table structure for table `g5_shop_personalpay`
--