1
This commit is contained in:
parent
c48b1aae35
commit
f226723df0
@ -82,6 +82,7 @@ CREATE TABLE `t_game_switch` (
|
||||
`switch_name` varchar(60) NOT NULL COMMENT '功能名',
|
||||
`is_open` int(11) NOT NULL DEFAULT '0' COMMENT '是否开启',
|
||||
`audit_is_open` int(11) NOT NULL DEFAULT '0' COMMENT '审核模式是否开启',
|
||||
`server_list` varchar(20) NOT NULL DEFAULT '' COMMENT '服务器(列表空所有服)',
|
||||
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
||||
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
||||
PRIMARY KEY (`idx`),
|
||||
|
Loading…
x
Reference in New Issue
Block a user