#361 신용카드 무이자할부 사용 설정 추가

This commit is contained in:
chicpro
2014-01-21 14:10:41 +09:00
parent 72ec7f2479
commit 336ebbd396
6 changed files with 22 additions and 0 deletions

View File

@ -269,6 +269,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_default` (
`de_bank_account` text NOT NULL,
`de_card_test` int(11) NOT NULL DEFAULT '0',
`de_card_use` int(11) NOT NULL DEFAULT '0',
`de_card_noint_use` tinyint(4) NOT NULL DEFAULT '0',
`de_card_point` int(11) NOT NULL DEFAULT '0',
`de_settle_min_point` int(11) NOT NULL DEFAULT '0',
`de_settle_max_point` int(11) NOT NULL DEFAULT '0',