I am using mysql db. I have a field of type current_date in a date data type. Now I have thousands of data.
Now I want to capture the time of the current_date field. So now I'm going to change the data type from date to date / time.
Is this causing any problems? Suppose I have changed, but what about old records?
source share