Просмотр исходного кода

修改公告内容字段类型

RuoYi лет назад: 5
Родитель
Сommit
1ffee7ac0b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      sql/ry_20200730.sql

+ 1 - 1
sql/ry_20200730.sql

@@ -605,7 +605,7 @@ create table sys_notice (
605 605
   notice_id         int(4)          not null auto_increment    comment '公告ID',
606 606
   notice_title      varchar(50)     not null                   comment '公告标题',
607 607
   notice_type       char(1)         not null                   comment '公告类型(1通知 2公告)',
608
-  notice_content    varchar(2000)   default null               comment '公告内容',
608
+  notice_content    blob            default null               comment '公告内容',
609 609
   status            char(1)         default '0'                comment '公告状态(0正常 1关闭)',
610 610
   create_by         varchar(64)     default ''                 comment '创建者',
611 611
   create_time       datetime                                   comment '创建时间',