The data going into one of my mySQL columns has suddenly changed, so I need to change the parameters of the column.
Currently, it is varchar(32), I need to change it to varchar(128). Can I do that without dropping the column? Thanks, Paul
The data going into one of my mySQL columns has suddenly changed, so I need to change the parameters of the column.
Currently, it is varchar(32), I need to change it to varchar(128). Can I do that without dropping the column? Thanks, Paul