You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a flag to make the SQL generated idempotent, meaning for example that any CREATE statements include the IF NOT EXIXTS clause.
(e.g. CREATE TABLE my_table IF NOT EXISTS... or CREATE INDEX my_index IF NOT EXISTS...)
Also adding IF EXISTS to any DROP statements.