주문정보에 복합과세결제 정보 기록하도록 수정

This commit is contained in:
chicpro
2013-07-16 18:02:42 +09:00
parent 6fb5881cae
commit 52c56b7138
8 changed files with 14 additions and 5 deletions

View File

@ -621,6 +621,7 @@ CREATE TABLE IF NOT EXISTS `shop_order` (
`od_settle_case` varchar(255) NOT NULL DEFAULT '',
`od_tno` varchar(255) NOT NULL DEFAULT '',
`od_escrow` tinyint(4) NOT NULL DEFAULT '0',
`od_tax_flag` tinyint(4) NOT NULL DEFAULT '0',
`od_cash_no` varchar(255) NOT NULL,
`od_cash_receipt_no` varchar(255) NOT NULL,
`od_cash_app_time` varchar(255) NOT NULL,