Is there a way to change all columns that have a specific datatype in a database?
I have some columns that their datatype is datetime(6)
and if any is like that I would just want them to be datatime
... without the 6 fractional numbers. Is this possible to do in MySql without having to specify every column? Thanks