설치에 ct_num 필드 추가

This commit is contained in:
chicpro
2013-05-27 16:42:34 +09:00
parent e6acb95aba
commit ff5e73e6e2

View File

@ -66,6 +66,7 @@ CREATE TABLE IF NOT EXISTS `shop_cart` (
`ct_stock_use` tinyint(4) NOT NULL DEFAULT '0',
`ct_option` varchar(255) NOT NULL DEFAULT '',
`ct_qty` int(11) NOT NULL DEFAULT '0',
`ct_num` int(11) 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',