Whenever I have to change a column in MySQL (which isn't that often), I always forget the difference between ALTER COLUMN, CHANGE COLUMN, and MODIFY COLUMN. Here's a handy reference.
Used to set or remove the default value for a column. Example:
Used to rename a column, change its datatype, or move it within the schema. Example: