表是由sql server 转 为mysql , 字符类型的的所有字段都是longtext类型 , 将所有的longtext转为varcher类型
把生成的sql文件里面你的所有longtext全部改成varchar类型不就行了
用alter 修改表的结构就行了