All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.changelog.column.LiquibaseColumn Maven / Gradle / Ivy

There is a newer version: 4.29.2
Show newest version
package liquibase.changelog.column;

import liquibase.servicelocator.LiquibaseService;
import liquibase.structure.core.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. 
 */
@LiquibaseService(skip = true)
public final class LiquibaseColumn extends Column {
    // no behavioral changes, just extends Column
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy