2018-10-17 09:48:32,510 [localhost-startStop-1] DEBUG org.nutz.dao.impl.sql.run.NutDaoExecutor - SQLException
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs
字段大概有150+ 数据库这点字段应该无压力的吧,字段没办法再少了,也想过主附表的方式,但是还有下一步操作。。。。求解该怎么解决