From ad43f6cd307f8f065397f332c2819910ced15fe9 Mon Sep 17 00:00:00 2001 From: "Ken(E3-1230v2)" Date: Mon, 8 Feb 2021 10:37:21 +0800 Subject: [PATCH] =?UTF-8?q?longtext=E6=9B=B4=E6=94=B9=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E4=B8=AD=E4=B8=8D=E4=B9=B1=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/ry_20210108.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/ry_20210108.sql b/sql/ry_20210108.sql index b983cc53..a97a615a 100644 --- a/sql/ry_20210108.sql +++ b/sql/ry_20210108.sql @@ -616,7 +616,7 @@ create table sys_notice ( 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 longblob default null comment '公告内容', + notice_content longtext default null comment '公告内容', status char(1) default '0' comment '公告状态(0正常 1关闭)', create_by varchar(64) default '' comment '创建者', create_time datetime comment '创建时间',