Answers for "alter table add column with comment mysql"

SQL
0

mysql add comment to column

ALTER TABLE `user` CHANGE `id` `id` INT( 11 ) COMMENT 'id of user';
Posted by: Guest on September-16-2020

Code answers related to "alter table add column with comment mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language