비과세 상품 표시를 위한 ct_notax 필드 추가

This commit is contained in:
chicpro
2013-07-05 17:18:14 +09:00
parent 1e9dcc1304
commit 9c6a1c30bc

View File

@ -69,6 +69,7 @@ CREATE TABLE IF NOT EXISTS `shop_cart` (
`ct_option` varchar(255) NOT NULL DEFAULT '',
`ct_qty` int(11) NOT NULL DEFAULT '0',
`ct_num` int(11) NOT NULL DEFAULT '0',
`ct_notax` tinyint(4) NOT NULL DEFAULT '0',
`io_id` varchar(255) NOT NULL DEFAULT '',
`io_type` tinyint(4) NOT NULL DEFAULT '0',
`io_price` int(11) NOT NULL DEFAULT '0',