報錯:[Err] 1118 - Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.orm
解決方法:把表的引擎修改: ENGINE=InnoDB--->ENGINE=MyISAMform