Can not create table in MySQL workbench 5.2.40

mysql, mysql-workbench

Solution

I figured out that the columns area was not disabled, but it needed scroll down from the thin rectangle as shown below. I was trying to type column name in the square below this rectangle and beased on that I described it as disabled.

Problem

I've just created anew schema & want to create a new table. When ever I right click on 2myschema' that I created, and select 'new table', I give a name for the table to be created, but I get the following error: I searched about the error, and I found that the cause if I typed a reserved word such as 'order' but there is no way that table2 is reserved word, and I tried many different names and always get the same message. The column Name is not activated, so I can't enter column names.

Original source