Generating SQL to Update Database Schemas
Sometimes, you might not want Liquibase to change the database schema. For example, maybe you're not connected to the database or maybe you just want to generate the SQL so that your DBAs can review it. Whatever the reason, Liquibase can generate plain old SQL for you to version and track your database schema changes. Learn how Liquibase is able to generate the SQL necessary to make the database schema changes instead of applying the changes directly to your database.
Sometimes, you might not want Liquibase to change the database schema. For example, maybe you're not connected to the database or maybe you just want to generate the SQL so that your DBAs can review it. Whatever the reason, Liquibase can generate plain old SQL for you to version and track your database schema changes. Learn how Liquibase is able to generate the SQL necessary to make the database schema changes instead of applying the changes directly to your database.