You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: