When iam trying to create a new enum field in an entity , it fails and shows an error message "Error while rebuilding database".
In log It shows error as
" Espo.ALERT: Rebuild database fault: PDOException: 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.".
I need these fields as enum. Can't make fields as text or varchar. Please help me to resolve this issue.
In log It shows error as
" Espo.ALERT: Rebuild database fault: PDOException: 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.".
I need these fields as enum. Can't make fields as text or varchar. Please help me to resolve this issue.
Comment