James A. answered 03/30/20
Tutor
New to Wyzant
Expert SQL and Database Tutor
In MySQL, the syntax for modifying a column's datatype is as follows:
ALTER TABLE table_name
MODIFY column_name column_definition;
Hopefully this should help.