Maybe this is a very stupid question but... Why should I use tinytext and not longtext ?
In tinytext I can save only 255 chars.
Maybe this is a very stupid question but... Why should I use tinytext and not longtext ?
In tinytext I can save only 255 chars.
It's more efficient. If you don't need more than 255 chars, use it; if you do, then don't. It's as simple as that.