InternalError: 1118 Row size too large

Hello!
When I try to add a new field an error occurs. Totaly fields 160

InternalError(1118, u’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’)

What does it mean? What needs too change? :roll_eyes::roll_eyes::roll_eyes::roll_eyes:

Please try suggestions in topics of this search, thanks!

To understand your issue. Read more:
https://erpnext.com/docs/user/manual/en/customize-erpnext/articles/maximum-numbers-of-fields-in-a-form

Trying to follow the recommendations from that topic.

frappe@ERPNEXTTEST:~/frappe-bench$ bench --site site1.local mysql

mysql command is deprecated.
Did you mean “bench mariadb”?

Then I trying

frappe@ERPNEXTTEST:~/frappe-bench$ bench mariadb

What’s next???

bench --site [site name] mariadb

@11120 did you Resolve that Error,
because i have the same issue while creating more fields in a particular doctype.
if you got the solution kindly help me with that.

Thanks in advance