报错/core/library/think/db/Connection.php第466行左右
当前数据类型的字段已超过数据库允许的最大个数,请添加其他数据类型的字段
[错误代码]
sQLSTATE[42000]: Syntax error or access violation: 1118Row size too large. The maximum row size for the used table type not counting BiOBs is 65535. You have to change some columns to TEXT or BLOBs
问题答疑:
添加的自定义字段太多,超过了你的空间或者服务器的mysql的峰值,所以报错。