Class AddColumn
- java.lang.Object
-
- io.vacco.metolithe.codegen.liquibase.type.AddColumn
-
-
Constructor Summary
Constructors Constructor Description AddColumn()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.vacco.metolithe.codegen.liquibase.type.MtLbType
getLabelName
-
-
-
-
Field Detail
-
tableName
public java.lang.String tableName
-
columns
public java.util.List<Column> columns
-
-