public class ColumnMigration extends Object
| Constructor and Description |
|---|
ColumnMigration(String columnName,
String newColumnName,
String sql)
Creates an explicit migration for a column.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getColumnName()
Gets the (old) column name.
|
String |
getNewColumnName()
Gets the new column name if column is renamed.
|
String |
getSql()
The sql code to migrate this column.
|
int |
hashCode() |
public String getColumnName()
public String getNewColumnName()
public String getSql()
Copyright © 2016 Krake Softwaretechnik. All rights reserved.