Alter MySQL table to add comments on columns December 15, 2022 by Tarik try: ALTER TABLE `user` CHANGE `id` `id` INT( 11 ) COMMENT 'id of user'