I am using MySQL Workbench 6 CE to create some tables for the new schema I made.
When I create a new table, the application displays a tab that allows me to edit the table name (the default name is new_table), select the default schema and add a comment to the table (although this does to generate syntax errors in the generated SQL).
What he does not do is let me specify or configure any of the columns for the table. There is a whole section of the column that is completely gray.
I am registered as root, and root has all privileges for this scheme.
I found an error, or is there something special I need to do to allow the specification of a column in a table ???
Someone, please advise ...
UPDATE: adding a screenshot as requested ...

mysql mysql-workbench
Factor three
source share