모바일 관련상품 설정 추가

This commit is contained in:
chicpro
2014-02-24 13:56:04 +09:00
parent 73b2917195
commit c90a3f69e6
9 changed files with 80 additions and 35 deletions

View File

@ -239,6 +239,10 @@ CREATE TABLE IF NOT EXISTS `g5_shop_default` (
`de_rel_list_mod` int(11) NOT NULL DEFAULT '0',
`de_rel_img_width` int(11) NOT NULL DEFAULT '0',
`de_rel_img_height` int(11) NOT NULL DEFAULT '0',
`de_mobile_rel_list_use` tinyint(4) NOT NULL DEFAULT '0',
`de_mobile_rel_list_skin` varchar(255) NOT NULL DEFAULT '',
`de_mobile_rel_img_width` int(11) NOT NULL DEFAULT '0',
`de_mobile_rel_img_height` int(11) NOT NULL DEFAULT '0',
`de_search_list_skin` varchar(255) NOT NULL DEFAULT '',
`de_search_list_mod` int(11) NOT NULL DEFAULT '0',
`de_search_list_row` int(11) NOT NULL DEFAULT '0',