팝업 레이어 접속기기 설정할 수 있도록 수정

This commit is contained in:
chicpro
2013-12-06 10:21:23 +09:00
parent e5cc941e0c
commit 9ab109aca6
8 changed files with 92 additions and 5 deletions

View File

@ -579,6 +579,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_item_relation` (
DROP TABLE IF EXISTS `g5_shop_new_win`;
CREATE TABLE IF NOT EXISTS `g5_shop_new_win` (
`nw_id` int(11) NOT NULL AUTO_INCREMENT,
`nw_device` varchar(10) NOT NULL DEFAULT 'both',
`nw_begin_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`nw_end_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`nw_disable_hours` int(11) NOT NULL DEFAULT '0',