You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-- tyl
|
|
-- 整理邮件功能
|
|
drop table if exists mail_content;
|
|
|
|
alter table mail_attr add `content` varchar(1500) NOT NULL COMMENT '邮件正文';
|