A peace of mind question really.
I have a field in my database that uses tinyint(3)
as the integer value. I've now realised that this is to low a value and want to change it to smallint
. If I change this using phpMyAdmin, will any of the current data be effected? I've tried it locally and seems fine but I prefer to run it by people with more database experience.