od_temp_point 필드 제거

This commit is contained in:
chicpro
2013-08-29 16:00:10 +09:00
parent d7ee1597c0
commit b08ad7e332
5 changed files with 2 additions and 15 deletions

View File

@ -601,7 +601,6 @@ CREATE TABLE IF NOT EXISTS `shop_order` (
`od_send_coupon` int(11) NOT NULL DEFAULT '0',
`od_send_cost2` int(11) NOT NULL DEFAULT '0',
`od_temp_amount` int(11) NOT NULL DEFAULT '0',
`od_temp_point` int(11) NOT NULL DEFAULT '0',
`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 '',