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