Maybe mysql can do conversion when running column change command:
ALTER TABLE acc_cdrs CHANGE COLUMN start_time ...
If not, we have to advise to backup the data, drop and recreate the table.
—Reply to this email directly or view it on GitHub.