mysql - Prevent Workbench from inserting table columns automatically -


I'm making an EER diagram. When I edit a table and add columns to it, I almost always have to draw a bogus column that automatically joins the program.

For example, I have the table with a column foo foo_id and I add foo_name I finally Ends with a bogus foocol :

foocol

  • Is it possible to disable this feature?
  • Is there a keyboard shortcut to remove at least columns?

    You can escape and delete this column.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -