MySQL field type for a comments field or text area
        Posted  
        
            by Derek
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Derek
        
        
        
        Published on 2010-03-18T00:28:38Z
        Indexed on 
            2010/03/18
            0:31 UTC
        
        
        Read the original article
        Hit count: 599
        
As the title says, I'm after a good field type for a comments field I have in a table. It will store many characters (as users can continuously add to it) so it's definitely over 255. I looked at longtext but wasn't sure...Also how do I change the field type to accept different characters such as apostrophies. Thanks.
© Stack Overflow or respective owner