longtext更改后台数据库中不乱码

pull/45/head
Ken(E3-1230v2) 5 years ago
parent 852b32eabb
commit ad43f6cd30

@ -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 '创建时间',

Loading…
Cancel
Save