Class UnknownType

java.lang.Object
liquibase.datatype.LiquibaseDataType
liquibase.datatype.core.UnknownType
All Implemented Interfaces:
PrioritizedService

public class UnknownType extends LiquibaseDataType
Container for a data type that is not covered by any implementation in liquibase.datatype.core. Most often, this class is used when a DBMS-specific data type is given of which Liquibase does not know anything about yet.