#212 결제필드 간소화 작업 중
This commit is contained in:
@ -598,18 +598,12 @@ CREATE TABLE IF NOT EXISTS `shop_order` (
|
||||
`od_memo` text NOT NULL,
|
||||
`od_send_cost` int(11) NOT NULL DEFAULT '0',
|
||||
`od_send_coupon` int(11) NOT NULL DEFAULT '0',
|
||||
`od_temp_bank` int(11) NOT NULL DEFAULT '0',
|
||||
`od_temp_card` int(11) NOT NULL DEFAULT '0',
|
||||
`od_temp_hp` int(11) NOT NULL,
|
||||
`od_temp_amount` int(11) NOT NULL DEFAULT '0',
|
||||
`od_temp_point` int(11) NOT NULL DEFAULT '0',
|
||||
`od_receipt_bank` int(11) NOT NULL DEFAULT '0',
|
||||
`od_receipt_card` int(11) NOT NULL DEFAULT '0',
|
||||
`od_receipt_hp` int(11) NOT NULL,
|
||||
`od_receipt_amount` int(11) NOT NULL DEFAULT '0',
|
||||
`od_receipt_point` int(11) NOT NULL DEFAULT '0',
|
||||
`od_bank_account` varchar(255) NOT NULL DEFAULT '',
|
||||
`od_bank_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`od_card_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`od_hp_time` datetime NOT NULL,
|
||||
`od_receipt_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`od_cancel_card` int(11) NOT NULL DEFAULT '0',
|
||||
`od_dc_amount` int(11) NOT NULL DEFAULT '0',
|
||||
`od_coupon` int(11) NOT NULL DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user