mysql 7.4 建立表 時 所建表 字段太多 致使失敗

報錯:[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

相關文章
相關標籤/搜索