0 Replies Latest reply on Oct 10, 2006 10:54 PM by vk101

    MySQL 5 enum

      I've annotated something as EnumeratedValue(EnumType.STRING), but the DDL is generating a VARCHAR as opposed to an ENUM. Why is this happening, and how can I correct it?