Error: MYSQL | SQLSTATE [42000]: Syntax error or access violation: 1118 Row size too large (> 8126)
This error may occur when running the command: php php artisan db:seed
resulting on the following message:
SQLSTATE[42000]: Syntax error or access violation: 1118 Row size too large (> 8126).
Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help.