android6011 Posted April 10, 2008 Share Posted April 10, 2008 I want to have a column that will hold an article, the article could be extremely long (i might break some of them up to show over a couple pages) or relatively short. What would the best column type be for what I am looking to do? Quote Link to comment Share on other sites More sharing options...
mwasif Posted April 10, 2008 Share Posted April 10, 2008 MEDIUMTEXT should be fine. Quote Link to comment Share on other sites More sharing options...
rhodesa Posted April 10, 2008 Share Posted April 10, 2008 Yup, MEDIUMTEXT should cover you. The max for that is 16,777,216 characters. If you need more, LONGTEXT can take up to 4,294,967,296 characters. If you need more then that, use flat files. Quote Link to comment Share on other sites More sharing options...
android6011 Posted April 10, 2008 Author Share Posted April 10, 2008 lol ya that should be fine. Thank You Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.