I have a field that\'s in datetime format when date would be better and more consistent with the rest of the database, so I want to convert. The time part is all 00:00:00 an
when using change we have to repeat the same name again for the field.now we can use MODIFY to alter the filed type.
MODIFY
ALTER TABLE `yourtable` MODIFY `yourfield` DATE;