신규회원 쿠폰 주문최소금액 설정 추가

This commit is contained in:
chicpro
2014-04-24 16:29:37 +09:00
parent 1424df0bf8
commit 73605a7acb
6 changed files with 154 additions and 144 deletions

View File

@ -311,7 +311,8 @@ CREATE TABLE IF NOT EXISTS `g5_shop_default` (
`de_tax_flag_use` tinyint(4) NOT NULL DEFAULT '0',
`de_member_reg_coupon_use` tinyint(4) NOT NULL DEFAULT '0',
`de_member_reg_coupon_term` int(11) NOT NULL DEFAULT '0',
`de_member_reg_coupon_price` int(11) NOT NULL DEFAULT '0'
`de_member_reg_coupon_price` int(11) NOT NULL DEFAULT '0',
`de_member_reg_coupon_minimum` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- --------------------------------------------------------