Question

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

E.g., I have table foo with a single column foo_id and I add foo_name I end up with a bogus foocol at the end:

foocol

  • Is it possible to disable this feature?
  • Is there at least a keyboard short-cut to remove the column?
Was it helpful?

Solution

You can press escape and it will remove the column.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top