I deleted a MySQL table name "user" by adding a DROP sentence in Liquibase. Wonder how would Liquibase react to that in lower level. Will it first create the "user" table and then drop it? Or it will just ignore the first create table sentence?
Thx!