drawdb icon indicating copy to clipboard operation
drawdb copied to clipboard

[FEATURE] Add an option to DROP table if exists

Open danielschweiger opened this issue 6 months ago • 2 comments

Aadd a "not selected" checkbox to select if the tables should be dropped before create would be nice.

Image

danielschweiger avatar Jun 08 '25 14:06 danielschweiger

It would be nice to add a if exists clause too

antonioprudenzano avatar Jun 23 '25 11:06 antonioprudenzano

I started to work on this, I think we can use 'IF NOT EXISTS' clause only on PostgreSQL and MySQL PS: SQLite too but it's already available

Happy4Game avatar Jun 24 '25 20:06 Happy4Game