adding comment in mysql field

by Prakash 2013-01-23 17:17:47

adding comment in a mysql field is as
follows:

alter table table_name change column_name column_name tinyint(3) 'this field is for storing employee experience';

Tagged in:

988
like
0
dislike
0
mail
flag

You must LOGIN to add comments