I am working on a content management system at work. I will have a column to hold the body of our users' content (HTML) and I'm not too sure what column type to use. I don't want to arbitrarily assign a maximum length but I don't know if using a LONGTEXT or BLOB field is overkill.
Maybe someone could give me a tip or point me in the direction of some sort of "best practices" article for these types of things? :)
Any help is appreciated