-- tyl
-- 整理邮件功能
drop table if exists mail_content;
alter table mail_attr add `content` varchar(1500) NOT NULL COMMENT '邮件正文';