Hello. I have found a bug in adding a category. A new category cannot be added and the error says that data is too long for column category_description.
The solution: you have to define the field category_description in table category as LONGTEXT.
So you have to redefine it in the sql-file to create the database

Hello. I have found a bug in adding a category. A new category cannot be added and the error says that data is too long for column category_description.

The solution: you have to define the field category_description in table category as LONGTEXT.
So you have to redefine it in the sql-file to create the database