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
If the table does not exist in one database. The DROP TABLE SQL is the expected result but DBDiff has generated wrong syntax DELETE FROM `table` WHERE;.
Could you check that, please?
If the table does not exist in one database. The
DROP TABLESQL is the expected result but DBDiff has generated wrong syntaxDELETE FROM `table` WHERE;.Could you check that, please?