mysql add comment to column

Solutions on MaxInterview for mysql add comment to column by the best coders in the world

showing results for - "mysql add comment to column"
Nicola
11 Jan 2020
1ALTER TABLE `user` CHANGE `id` `id` INT( 11 ) COMMENT 'id of user';