This commit is contained in:
aozhiwei 2024-08-13 13:39:08 +08:00
parent f8c5fcec47
commit b6b14b9428
2 changed files with 8 additions and 0 deletions

View File

@ -76,3 +76,9 @@ idx: 10137
0xefdc640ecd4fcb2b4e91f9a934270d741d40d9e9 0xefdc640ecd4fcb2b4e91f9a934270d741d40d9e9
2024/07/29 2024/07/29
# 登录公告
<最低版本支持公告
>=白名单版本公告
==当前版本公告

View File

@ -99,6 +99,8 @@ CREATE TABLE `t_game_annc` (
`content` int(11) NOT NULL DEFAULT '0' COMMENT '公告正文', `content` int(11) NOT NULL DEFAULT '0' COMMENT '公告正文',
`begin_time` 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 '结束时间', `end_time` int(11) NOT NULL DEFAULT '0' COMMENT '结束时间',
`begin_date` int(11) NOT NULL DEFAULT '0' COMMENT '开始日期',
`end_date` int(11) NOT NULL DEFAULT '0' COMMENT '结束日期',
`is_open` int(11) NOT NULL DEFAULT '0' COMMENT '是否开启', `is_open` int(11) NOT NULL DEFAULT '0' COMMENT '是否开启',
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间', `createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间', `modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',