Mysql
 sql >> Database >  >> RDS >> Mysql

Modifica la tabella MySQL per aggiungere commenti alle colonne

prova:

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