VARCHAR vs TINYTEXT
Posted: Sat Nov 27, 2010 9:58 pm
I'm storing a series of URLs in a MySQL DB for a content management system, and it seems like TINYTEXT would be the right string type, but I noticed that Wordpress uses VARCHAR to store their URLS.
Which is the better approach?
Which is the better approach?