1
This commit is contained in:
parent
5b379b66b0
commit
934586638b
@ -97,6 +97,9 @@ CREATE TABLE `t_game_annc` (
|
||||
`uniid` bigint NOT NULL DEFAULT '0' COMMENT '唯一Id',
|
||||
`title` varchar(255) NOT NULL COMMENT '公告标题',
|
||||
`content` int(11) NOT NULL DEFAULT '0' COMMENT '公告正文',
|
||||
`begin_time` int(11) NOT NULL DEFAULT '0' COMMENT '开始时间',
|
||||
`end_time` int(11) NOT NULL DEFAULT '0' COMMENT '结束时间',
|
||||
`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