public interface AlterTableAlterStep<T>
ALTER TABLE
DSL used to ALTER
columns.Modifier and Type | Method and Description |
---|---|
AlterTableFinalStep |
defaultValue(Field<T> expression)
Specify a new column
DEFAULT . |
AlterTableFinalStep |
defaultValue(T literal)
Specify a new column
DEFAULT . |
AlterTableFinalStep |
set(DataType<?> type)
Specify a new column data type.
|
@Support AlterTableFinalStep defaultValue(T literal)
DEFAULT
.@Support AlterTableFinalStep defaultValue(Field<T> expression)
DEFAULT
.Copyright © 2015. All Rights Reserved.