Uses of Interface
liquibase.change.ChangeWithColumns
Package
Description
Technically, a Change expresses an intention for alter the structure of the Database.
-
Uses of ChangeWithColumns in liquibase.change.core
Modifier and TypeClassDescriptionclass
Adds a column to an existing table.class
Creates an index on an existing column.class
Creates a new table.class
Drops an existing column from a table.class
Inserts data into an existing table.class
class
class