源战役
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
184 B

преди 4 седмици
  1. -- 修改邮件内容长度
  2. ALTER TABLE `mail_content`
  3. MODIFY COLUMN `content` varchar(1500) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '邮件正文' AFTER `rid`;