pg 결제 tno 저장 필드명 변경

This commit is contained in:
chicpro
2013-06-19 15:20:31 +09:00
parent 452094836f
commit f72791a315
8 changed files with 46 additions and 28 deletions

View File

@ -614,9 +614,8 @@ CREATE TABLE IF NOT EXISTS `shop_order` (
`od_invoice_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`od_hope_date` date NOT NULL DEFAULT '0000-00-00',
`od_settle_case` varchar(255) NOT NULL DEFAULT '',
`od_escrow1` varchar(255) NOT NULL DEFAULT '',
`od_escrow2` varchar(255) NOT NULL DEFAULT '',
`od_escrow3` varchar(255) NOT NULL DEFAULT '',
`od_tno` varchar(255) NOT NULL DEFAULT '',
`od_escrow` 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,