源战役
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.

5 lines
149 B

преди 1 месец
  1. -- tyl
  2. -- 整理邮件功能
  3. drop table if exists mail_content;
  4. alter table mail_attr add `content` varchar(1500) NOT NULL COMMENT '邮件正文';