|
I have a database that has some fields that are 50 characters and some that are 15,000.
For the fields that are 50 to 255 I use VARCHAR.
Any fields that are 15,000 I use LONGTEXT (just figuring that it holds more data).
I was wondering what is the maximum characters for TEXT? Should I use LONGTEXT for the fields that are 15,000 or TEXT.
This is a MySQL database.
Last edited by kknoer : 08-16-2007 at 11:36 AM.
|