The data
field is of type varchar
, in June the date format is DD/MM/YYYY
, but wanted to change it to YYYY-MM-DD
since it is the format that MySQL accepts and to follow the current standard of July.
After I switch to the correct format, I would like to change the column data
to type DATE
. What kind of treatment should I do?