mysql auto-changes data types
I was making a change to a small table today: adding a field that wanted to be a varchar. The other fields that were of type char all magically changed to varchar when I was done with the alter statement that added one field. I don’t know if that’s supposed to happen, but it was…