Bug #70671 Wrong UI for ENUM type on Model > User defined types
Submitted: 21 Oct 2013 10:12 Modified: 13 Dec 2013 8:39
Reporter: Luca Longo Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S2 (Serious)
Version:6.0.7.11216 OS:MacOS
Assigned to: CPU Architecture:Any
Tags: enum, model, User defined types

[21 Oct 2013 10:12] Luca Longo
Description:
If you try to create an user defined type ENUM on Workbench won't be possible to assign the arguments.
The problem is that's possible to create the arguments for TIME (needless), but not for ENUM.

On windows works.

Mac OS X Screenshot:
http://i39.tinypic.com/2qwfrtk.jpg

How to repeat:
1) Open menu "MODEL" and click on "User Defined Types..."
2) Click on "Add..." and change the type to ENUM
3) Try to click on button "..." (arguments)... it fails.
[21 Oct 2013 11:33] MySQL Verification Team
Thank you for the bug report.
[11 Nov 2013 12:46] Alfredo Kojima
This has been fixed in our repository, thank you for the bug report.
[13 Dec 2013 8:39] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.0.9 release, and here's the changelog entry:

The "ENUM" and "TYPE" types now correspond better to their particular
definitions, which allow arguments.

Thank you for the bug report.