Generating SQL to Update Database Schemas

preview_player
Показать описание
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.
Рекомендации по теме
Комментарии
Автор

If I have no network connection to the DB, how do I execute liquibase updateSQL in the first place?

infinite_monkey
join shbcf.ru