Repair keeps stating: ALTER TABLE bwres_products modify COLUMN `price` decimal(26,6) DEFAULT '0' NULL ;

after upgrade to 8.7 and 8.8 repair says to

ALTER TABLE bwres_products   modify COLUMN `price` decimal(26,6)  DEFAULT '0' NULL ;

but table is already set that way

how to solve? just ignore?

Maybe you need to find that query in your code and check why it is keep stating.

You need to run all 4 permission commands.