Добрый день !
Пытаюсь в сущность создать поле Строка , оставляю по умолчанию все данные но тут вылетает ошибка
[2024-03-17 14:45:27] ALERT: Rebuild database error: An exception occurred while executing a query: 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 BLOBs
С чем связано не пойму перебрал все настройка Sql сервера не могу выловить ошибку.
Пытаюсь в сущность создать поле Строка , оставляю по умолчанию все данные но тут вылетает ошибка
[2024-03-17 14:45:27] ALERT: Rebuild database error: An exception occurred while executing a query: 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 BLOBs
С чем связано не пойму перебрал все настройка Sql сервера не могу выловить ошибку.
Comment