Bug #69543 | Synchronize Model / Forward Engineer: missing CHARSET directives | ||
---|---|---|---|
Submitted: | 21 Jun 2013 19:34 | Modified: | 24 Jun 2013 13:27 |
Reporter: | Rasmus Schultz | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 6.0.2 beta | OS: | Windows (8) |
Assigned to: | CPU Architecture: | Any |
[21 Jun 2013 19:34]
Rasmus Schultz
[22 Jun 2013 1:10]
Alfredo Kojima
If you're talking about the modeling feature, you should set the default charset for the schema. That will make the schema to be created as in CREATE SCHEMA IF NOT EXISTS `mydb` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci ;
[22 Jun 2013 2:46]
Rasmus Schultz
I have the table's collation set to "Table Default", and the table's collation is set to "Schema Default" - but where do I configure the schema default?
[22 Jun 2013 22:47]
Alfredo Kojima
Double click the schema "tab" under Model to open the schema editor.
[23 Jun 2013 13:05]
Rasmus Schultz
The schema options are hidden behind a double-click on a tab - a type of UI element that never traditionally has any function associated with a double-click. It took me like 15 minutes to even figure out what you were asking me to double-click, because this is so unorthodox. I strongly suggest you move these options into the accordion below, with "Schema Privileges", "SQL Scripts", etc. - where somebody might actually find it. Double-clicking a tab would be the last thing anybody would ever guess or try ;-)
[24 Jun 2013 13:27]
Alfredo Kojima
You can also right click and Edit Schema... But I agree it could be better, we'll implement something when we figure out something good.