neojjang / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

drop table #179

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
Very nice application, very easy to use.

When exporting to SQLite, it would probably be easy to add
DROP TABLE IF EXISTS <tablename>;
before the creation statement, and that would be helpful when modifying an 
existing table.

Cheers,
JM

Original issue reported on code.google.com by ondrej.zara on 9 Jan 2014 at 6:53