Question: How to add IF EXISTS to generated DDL
swidz opened this issue · 1 comments
swidz commented
Hi,
Is it possible to generate DLL with "IF EXISTS" condition?
e.g.
https://www.sqlite.org/lang_droptable.html
DROP TABLE IF EXISTS myTable;
Regards,
Sebastian
martinjw commented