Is there a problem with the MySQL version?

ALTER TABLE `goods_sku` ADD `member_price` int(11) unsigned NOT NULL DEFAULT "0" COMMENT "" AFTER `price`;

Why prompt:

 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near "ALTER TABLE `juhe_menu_store_goods_sku` ADD `member_price` int(11) unsigned NOT " at line 1
Apr.25,2022

I tried and there was no problem.

Menu