I have a table with approximately 2 million records. I have a field called a message that is configured as varchar (160) and I need something larger than varchar (255) because I need to be able to store about 500 characters in it, which is the next best data type to use without increasing db size dramatically?
thank
source
share