| Bug #18571 | Imported DB Designer with default values imported incorrectly | ||
|---|---|---|---|
| Submitted: | 28 Mar 2006 8:25 | Modified: | 28 Mar 2006 18:50 |
| Reporter: | James Gordon | Email Updates: | |
| Status: | Won't fix | Impact on me: | |
| Category: | MySQL Workbench Preview | Severity: | S3 (Non-critical) |
| Version: | Beta | OS: | Windows (XP Pro) |
| Assigned to: | Michael G. Zinner | CPU Architecture: | Any |
[28 Mar 2006 18:50]
MySQL Verification Team
Thank you for the bug report.

Description: DB Designer file with default values for columns and also an ENUM for a column. The values were defined for example as 'M' and the ENUM was ENUM('M', 'R'). When imported into Workbench the quotes became "slash A's" (note sure if this will display correctly \aM\a or ENUM(\aM\a, \aR\a). How to repeat: In DB Designer Create a table with a column with a default value of 'M'. Save the schema. In Workbench Import the DB Designer model. Open the table dialog. You should see the default value now becomes \aM\a.