When I Create a new a filed in item doctype give me this error:

pymysql.err.OperationalError: (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’)

How can I increase it ?

@mohamed_prosepra dont increase it . but decrease the length of your varchar fields . convert some of the fields to text or small text .

1 Like

For more details, please check it: pymysql.err.OperationalError: (1118, 'Row size too large. The maximum row size for the used table - #7 by NCP