1
This commit is contained in:
parent
07388637c5
commit
d162e12d0f
@ -81,6 +81,7 @@ CREATE TABLE `t_game_switch` (
|
||||
`idx` bigint NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||||
`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 '审核模式是否开启',
|
||||
`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