Only difference between blob and text (assuming you're storing text and not binary info such as images, etc) is that in selects blob is case-sensitive and text isn't. If you never select on blob/text fields (which you generally shouldn't) it doesn't make any difference at all. I usually use text.
blob/text:
max 65535 characters
mediumblob/mediumtext:
max 16777215 characters
longblob/longtext:
max 4294967295 characters





Bookmarks