상품테이블에 재고통보수량 필드 추가

This commit is contained in:
chicpro
2013-11-13 11:08:00 +09:00
parent 07006980da
commit 2c7c9e0a01
8 changed files with 43 additions and 11 deletions

View File

@ -423,6 +423,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_item` (
`it_sell_email` varchar(255) NOT NULL DEFAULT '',
`it_use` tinyint(4) NOT NULL DEFAULT '0',
`it_stock_qty` int(11) NOT NULL DEFAULT '0',
`it_noti_qty` int(11) NOT NULL DEFAULT '0',
`it_sc_type` tinyint(4) NOT NULL DEFAULT '0',
`it_sc_method` tinyint(4) NOT NULL DEFAULT '0',
`it_sc_price` int(11) NOT NULL DEFAULT '0',