From 1030fa1e5a0b907d27144889025a054c2e623325 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期六, 22 八月 2020 13:08:35 +0800 Subject: [PATCH] 修改公告内容字段类型 --- sql/ry_20200822.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sql/ry_20200724.sql b/sql/ry_20200822.sql similarity index 99% rename from sql/ry_20200724.sql rename to sql/ry_20200822.sql index 6b075b2..ce6a5d7 100644 --- a/sql/ry_20200724.sql +++ b/sql/ry_20200822.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 varchar(2000) default null comment '鍏憡鍐呭', + notice_content blob 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