Package | Description |
---|---|
liquibase.change.core |
Technically, a Change expresses an intention for alter the structure of the Database.
|
Modifier and Type | Class and Description |
---|---|
class |
AddColumnChange
Adds a column to an existing table.
|
class |
CreateIndexChange
Creates an index on an existing column.
|
class |
CreateTableChange
Creates a new table.
|
class |
DropColumnChange
Drops an existing column from a table.
|
class |
InsertDataChange
Inserts data into an existing table.
|
class |
LoadDataChange |
class |
LoadUpdateDataChange |
class |
UpdateDataChange |
Copyright © 2020 Liquibase.org. All rights reserved.