Hi.
I am trying to program a message board similar to this one. I am unsure as to the proper data type to use for storing the actual messages. Obviously these messages can be quite long. Should I simply max out the VARCHAR data type at 2000 bytes?
Any advice is appreciated.
I am trying to program a message board similar to this one. I am unsure as to the proper data type to use for storing the actual messages. Obviously these messages can be quite long. Should I simply max out the VARCHAR data type at 2000 bytes?
Any advice is appreciated.