Seaquel
MySQL error code

MySQL error 1118

MySQL server error 1118 is ER_TOO_BIG_ROWSIZE, reported with SQLSTATE 42000.

Row size too large. The maximum row size for the used table type, not counting BLOBs, is %ld. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
Error1118
NameER_TOO_BIG_ROWSIZE
SQLSTATE42000
GroupServer errors

In other databases

Source: MySQL 8.4 Error Reference