Do you think it would be useful to have the ability to have an optional parameter when you register the enum type specifying the doctrine field type and change the doctrine type corresponding to that so that it is not always varchar 255? I have enum values that would work perfect with just being tinyint or int in the database.
Do you think it would be useful to have the ability to have an optional parameter when you register the enum type specifying the doctrine field type and change the doctrine type corresponding to that so that it is not always varchar 255? I have enum values that would work perfect with just being tinyint or int in the database.