how to alter a table in mysql database code example Example: alter table column change data type to text mysql ALTER TABLE tablename MODIFY columnname INTEGER;