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