Uses of Package
liquibase.change.core
Package
Description
Technically, a Change expresses an intention for alter the structure of the Database.
-
ClassDescriptionEncapsulates common fields for update and delete changes.
-
-
-
-
-
ClassDescriptionAdds a column to an existing table.Creates a primary key out of an existing column or set of columns.Adds a unique constraint to an existing column.Modifies properties of an existing sequence.Creates an index on an existing column.Creates a new table.Creates a new view.Drops an existing index.Removes an existing unique constraint.
-
-