mysql tambahkan komentar ke kolom

ALTER TABLE `user` CHANGE `id` `id` INT( 11 ) COMMENT 'id of user';
Elated Eel