I want to convert a column data type from TIMESTAMP to DATETIME in a table with more than one million of lines.
Is it possible? Is it slow? Will I loose the old information or MySQL can convert this automatically? Can I just do an alter table or may I do something different?