#147 에 따른 상품관리 모바일 설정 추가
This commit is contained in:
@ -389,6 +389,7 @@ CREATE TABLE IF NOT EXISTS `shop_item` (
|
||||
`it_type5` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`it_basic` text NOT NULL,
|
||||
`it_explan` mediumtext NOT NULL,
|
||||
`it_mobile_explan` mediumtext NOT NULL,
|
||||
`it_explan_html` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`it_cust_amount` int(11) NOT NULL DEFAULT '0',
|
||||
`it_amount` int(11) NOT NULL DEFAULT '0',
|
||||
@ -400,6 +401,8 @@ CREATE TABLE IF NOT EXISTS `shop_item` (
|
||||
`it_stock_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,
|
||||
`it_mobile_tail_html` text NOT NULL,
|
||||
`it_hit` int(11) NOT NULL DEFAULT '0',
|
||||
`it_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`it_ip` varchar(25) NOT NULL DEFAULT '',
|
||||
|
||||
Reference in New Issue
Block a user