유형별 상품리스트 설정 추가

This commit is contained in:
chicpro
2016-10-18 10:53:50 +09:00
parent 15df9fdc56
commit a386caa58e
6 changed files with 89 additions and 10 deletions

View File

@ -301,6 +301,16 @@ CREATE TABLE IF NOT EXISTS `g5_shop_default` (
`de_mobile_search_list_row` int(11) NOT NULL DEFAULT '0',
`de_mobile_search_img_width` int(11) NOT NULL DEFAULT '0',
`de_mobile_search_img_height` int(11) NOT NULL DEFAULT '0',
`de_listtype_list_skin` varchar(255) NOT NULL DEFAULT '',
`de_listtype_list_mod` int(11) NOT NULL DEFAULT '0',
`de_listtype_list_row` int(11) NOT NULL DEFAULT '0',
`de_listtype_img_width` int(11) NOT NULL DEFAULT '0',
`de_listtype_img_height` int(11) NOT NULL DEFAULT '0',
`de_mobile_listtype_list_skin` varchar(255) NOT NULL DEFAULT '',
`de_mobile_listtype_list_mod` int(11) NOT NULL DEFAULT '0',
`de_mobile_listtype_list_row` int(11) NOT NULL DEFAULT '0',
`de_mobile_listtype_img_width` int(11) NOT NULL DEFAULT '0',
`de_mobile_listtype_img_height` int(11) NOT NULL DEFAULT '0',
`de_bank_use` int(11) NOT NULL DEFAULT '0',
`de_bank_account` text NOT NULL,
`de_card_test` int(11) NOT NULL DEFAULT '0',