#210 개별배송비 기능 추가 중
This commit is contained in:
@ -421,6 +421,11 @@ CREATE TABLE IF NOT EXISTS `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_sc_type` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`it_sc_method` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`it_sc_amount` int(11) NOT NULL DEFAULT '0',
|
||||
`it_sc_minimum` int(11) NOT NULL DEFAULT '0',
|
||||
`it_sc_qty` int(11) NOT NULL DEFAULT '0',
|
||||
`it_head_html` text NOT NULL,
|
||||
`it_tail_html` text NOT NULL,
|
||||
`it_mobile_head_html` text NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user