SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to alter the column details add a comment, use this
ALTER TABLE [table_name] MODIFY [column_name] [new data type] DEFAULT [VALUE] COMMENT '[column comment]'