Currently ORMDesigner gives us a pre-defined enumeration for Field Type. We have a use case in our Doctrine 2 project which calls for encrypting field contents, and the solution calls for a field type of "encrypted_string" rather than "string". Currently our only choice is to manually manage this after we've exported from ORMD.