change the field type in mysql code example Example: modify column name in sql ALTER TABLE `Table Name` MODIFY COLUMN `Column Name` Datatype(Size);