column

fun column(name: String, dataType: DataType): ColumnType

Creates a column with the given data type

Return

the created column

Parameters

name

the name of the column, must not be null

dataType

the type of the column, must not be null