Bug #48364 | Can't create a table with ENUM column | ||
---|---|---|---|
Submitted: | 28 Oct 2009 8:40 | Modified: | 29 Oct 2009 4:51 |
Reporter: | Susanne Ebrecht | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 5.2 | OS: | Linux (Ubuntu) |
Assigned to: | CPU Architecture: | Any |
[28 Oct 2009 8:40]
Susanne Ebrecht
[29 Oct 2009 4:51]
Alfredo Kojima
ENUM() is not a valid type specification, you need to give some value to it. I've tried ENUM('a','b','c') and it worked.