Feature #6931
Remove ENUM types from database
Start date:
17/01/2014
Due date:
% Done:
0%
Estimated time:
Complexity:
Normal
SCRUM pts - complexity:
?
Description
ENUM types are not very portable, and they almost always represent a set of short numbers or short strings, so there's really no use.
They might block Doctrine, in some case, from executing specific operations. Linked to BT#5572