正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -603,7 +603,7 @@ create table sys_notice ( | @@ -603,7 +603,7 @@ create table sys_notice ( | ||
| 603 | notice_id int(4) not null auto_increment comment '公告ID', | 603 | notice_id int(4) not null auto_increment comment '公告ID', |
| 604 | notice_title varchar(50) not null comment '公告标题', | 604 | notice_title varchar(50) not null comment '公告标题', |
| 605 | notice_type char(1) not null comment '公告类型(1通知 2公告)', | 605 | notice_type char(1) not null comment '公告类型(1通知 2公告)', |
| 606 | - notice_content varchar(2000) default null comment '公告内容', | 606 | + notice_content blob default null comment '公告内容', |
| 607 | status char(1) default '0' comment '公告状态(0正常 1关闭)', | 607 | status char(1) default '0' comment '公告状态(0正常 1关闭)', |
| 608 | create_by varchar(64) default '' comment '创建者', | 608 | create_by varchar(64) default '' comment '创建者', |
| 609 | create_time datetime comment '创建时间', | 609 | create_time datetime comment '创建时间', |
-
请 注册 或 登录 后发表评论