Question : Determining Field Size

Hello ~

I am just beginning to find my around a client's MySQL db.  I'm using phpMyAdmin to interact w/ the db.  I am noticing one of the fields, 'keywords', is a text datatype field that is used as a lookup field and contains keywords pertaining to the related "list".

My question is, how can I determine this field's maximum field size?  Is there a default field size?  It does not have a specification the way the VARCHAR fields do.

Thank you, Jacob

Answer : Determining Field Size

TEXT fields have a maximum size of 65,535 characters... see this reference:  http://help.scibit.com/Mascon/masconMySQL_Field_Types.html
Random Solutions  
 
programming4us programming4us