using string, blob or clob for thread body?
        Posted  
        
            by ajsie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ajsie
        
        
        
        Published on 2010-04-18T14:46:29Z
        Indexed on 
            2010/04/18
            15:13 UTC
        
        
        Read the original article
        Hit count: 367
        
what data type (string, blob or clob) should i use for my thread body when using doctrine?
and what length should it be?
i have read the documentation but dont quite understand the differences between them.
seems that all three can store unlimited nr of characters.
could someone explain
and how do i store unlimited characters in string? what should i set as length?
© Stack Overflow or respective owner