Liquibase Overview
Liquibase Overview
Section titled โLiquibase OverviewโQuick example (YAML changelog)
Section titled โQuick example (YAML changelog)โdatabaseChangeLog: - changeSet: id: 001-users author: banky changes: - createTable: tableName: users columns: - column: { name: id, type: BIGINT, autoIncrement: true } - column: { name: email, type: VARCHAR(255) }