Row size too large. The maximum row size for the used table type, not counting BLOBs
Problembeschreibung
An exception occurred while executing 'ALTER TABLE `s_articles_attributes` ADD `stratus_attr_youtube_id` VARCHAR(500) NULL DEFAULT NULL': SQLSTATE[42000]:
Syntax error or access violation: 1118 Row size too large.
The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBsDas Problem
Problemlösung:
Referenzen:
Last updated