Installatio with Error on mysql update

i have an error on my installation and it was also on installation 13.0.0 and 13.0.1 + 13.0.2
error look like this
Error DB_ERROR_1118: ALTER TABLE llx_actioncomm ADD COLUMN reply_to varchar(255);
Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
Script processing Error - Show-Hide details
is this just me that have this issue

Hello,

Your table is utf8_general_ci ?

No it is utf8_unicode_ci see picture

What to do? is there a way to convert it

Hello,

Run this MYSQL command :
ALTER TABLE llx_actioncomm ROW_FORMAT=DYNAMIC;