public static class TableMigrator.Result extends Object
| Constructor and Description |
|---|
Result(String tableSql,
String foreignKeySql)
Creates the migration result.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getForeignKeySql()
Gets the sql code to migrate the foreign keys.
|
String |
getTableSql()
Gets the sql code to migrate the table.
|
public String getTableSql()
public String getForeignKeySql()
Tentackle - a domain driven enterprise framework