Class LiquibaseColumn

  • All Implemented Interfaces:
    Comparable, LiquibaseSerializable, DatabaseObject

    public final class LiquibaseColumn
    extends Column
    This class is just a marker class that is used to distinguish columns that are used in the DATABASECHANGELOG and DATABASECHANGELOGLOCK tables from other columns that might be used in Liquibase-managed database schemas.
    • Constructor Detail

      • LiquibaseColumn

        public LiquibaseColumn()