Bug #73282 CHAR instead of CHAR() for table entry mode of datatype
Submitted: 13 Jul 2014 16:19 Modified: 27 Aug 2014 23:56
Reporter: Richard Watson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: Modeling Severity:S3 (Non-critical)
Version:6.1.6.1, 6.1.7 OS:MacOS
Assigned to: CPU Architecture:Any

[13 Jul 2014 16:19] Richard Watson
Description:
No

How to repeat:
Create a table and insert CHAR as datatype.

Suggested fix:
Add CHAR() to the list of datatypes.
[14 Jul 2014 9:20] MySQL Verification Team
Hello Richard,

Thank you for the report.
Verified as described.

Not sure whether it is intentionally but CHAR() is also excluded in the SQL Editor when you try to create/alter table.

Thanks,
Umesh
[27 Aug 2014 23:56] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.2.2 release, and here's the changelog entry:

The "CHAR()" data type was added to the SQL and Model editors.

Thank you for the bug report.