Добавить
Уведомления

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.

Иконка канала Введение в Python
4 подписчика
12+
15 просмотров
2 года назад
4 декабря 2023 г.
12+
15 просмотров
2 года назад
4 декабря 2023 г.

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.

, чтобы оставлять комментарии