From what I've read in the past, the only difference between TEXT and VARCHAR(2550) is that you can limit the maximum length of a VARCHAR column. In your example, that limit is 2550. Personally, if I'm storing a lot of text, I use MTEXT_UNI or TEXT_UNI. phpBB, for example, uses MTEXT for posts and private messages.
Statistics: Posted by Kailey — Tue Apr 15, 2025 12:43 pm