Describe what you are trying to achieve and what goes wrong.
I tried to implement migrations and I noticed that enum column type is generated as Column::TYPE_VARCHAR with size 1 and there is no option to change to set/enum.
Provide output if related
ERROR: SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'test'
Expected and Actual Behavior
The model generated by webtools.php:
Details