This commit is contained in:
aozhiwei 2024-08-16 14:26:08 +08:00
parent e7ce618a96
commit fe6a4c2874

View File

@ -99,7 +99,7 @@ CREATE TABLE `t_game_annc` (
`idx` bigint NOT NULL AUTO_INCREMENT COMMENT '自增id',
`uniid` bigint NOT NULL DEFAULT '0' COMMENT '唯一Id',
`title` varchar(255) NOT NULL COMMENT '公告标题',
`content` int(11) NOT NULL DEFAULT '0' COMMENT '公告正文',
`content` text DEFAULT '' COMMENT '内容',
`begin_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 '开始日期',