Package | Description |
---|---|
liquibase.change.core | |
liquibase.diff.output.changelog.core |
Class and Description |
---|
AbstractModifyDataChange
Encapsulates common fields for update and delete changes.
|
LoadDataChange |
LoadDataColumnConfig |
Class and Description |
---|
AddColumnChange
Adds a column to an existing table.
|
AddPrimaryKeyChange
Creates a primary key out of an existing column or set of columns.
|
AddUniqueConstraintChange
Adds a unique constraint to an existing column.
|
AlterSequenceChange
Modifies properties of an existing sequence.
|
CreateIndexChange
Creates an index on an existing column.
|
CreateTableChange
Creates a new table.
|
DropIndexChange
Drops an existing index.
|
DropUniqueConstraintChange
Removes an existing unique constraint.
|
Copyright © 2018 Liquibase.org. All rights reserved.