From 849ec4401126283ffb8ae06dd714f984b7fa0779 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期二, 01 九月 2020 18:06:18 +0800
Subject: [PATCH] 修改公告内容字段类型

---
 sql/ry_20200901.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sql/ry_20200822.sql b/sql/ry_20200901.sql
similarity index 99%
rename from sql/ry_20200822.sql
rename to sql/ry_20200901.sql
index ce6a5d7..3a9be71 100644
--- a/sql/ry_20200822.sql
+++ b/sql/ry_20200901.sql
@@ -603,7 +603,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姝e父 1鍏抽棴锛�',
   create_by         varchar(64)     default ''                 comment '鍒涘缓鑰�',
   create_time       datetime                                   comment '鍒涘缓鏃堕棿',

--
Gitblit v1.9.3