public interface ChangeWithColumns<T extends ColumnConfig>
ColumnConfig
configuration.Modifier and Type | Method and Description |
---|---|
void |
addColumn(T column)
Add a column configuration to the Change.
|
List<T> |
getColumns()
Return all the
ColumnConfig objects defined for this Change |
void |
setColumns(List<T> columns) |
Copyright © 2023 Liquibase.org. All rights reserved.