MySQL TEXT column vs. multiple varchar column
I have some data to store in MySQL. The data is guaranteed to be less than 1024 characters but would not be guaranteed to be less than 255 characters. There are two solutions. (1) Use a text column to store…