If not already present and if I have not seen it, can You add the feature that creates scripts for database objects? For example, right click on a table and automatically creates ... create table NAME... Your product looks really good, made with great care. Thanks. Ciao...
Object creation script (DDL) is very dependant on certain database. Oracle and MySQL plugins have this feature - you may see it in "DDL" tab of table editor. It uses native database functions for DDL generation. At the moment Generic driver doesn't has this feature because it is not provided by JDBC API. But in theory we can use some subset of SQL-92 DDL and manually generate some very common DDL for tables. I think I will add this feature in TODO list.