Clob(CharacterLargeOBject)datatypeismeanttostoredataofundefinedlengththatmaybetoolargetostoreintextfields,likedatathatisusuallystoredinfiles.ClobfieldsaremeanttostoreonlydatamadeofprintableASCIIcharacterswhereasblobfieldsaremeanttostorealltypesofdata.Clobfieldsareusuallynotmeanttobeusedasparametersofquerysearchclause(WHERE)unlesstheunderlyingDBMSsupportsafeatureusuallyknownas"full text search"<codetype="php">classTestextendsDoctrine_Record{publicfunctionsetTableDefinition(){$this->hasColumn('clobtest','clob');}}</code>