From 9277d7173d6a2839b09cde409e650d08a37d3299 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: Tue, 15 Sep 2020 17:21:40 +0800 Subject: [PATCH] 代码生成支持富文本控件 --- sql/ry_20200901.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sql/ry_20200901.sql b/sql/ry_20200901.sql index 85c9cf0..a9e3230 100644 --- a/sql/ry_20200901.sql +++ b/sql/ry_20200901.sql @@ -604,7 +604,7 @@ notice_id int(4) not null auto_increment comment '公告ID', notice_title varchar(50) not null comment '公告标题', notice_type char(1) not null comment '公告类型(1通知 2公告)', - notice_content blob default null comment '公告内容', + notice_content longblob default null comment '公告内容', status char(1) default '0' comment '公告状态(0正常 1关闭)', create_by varchar(64) default '' comment '创建者', create_time datetime comment '创建时间', -- Gitblit v1.9.3