修改表tax_version添加up_content属性为text类型非空,注释为“更新内容”,字段添加再“name”属性后面
ALTER TABLE `tax_version` ADD `up_content` TEXT NOT NULL COMMENT '更新内容' AFTER `name`;