CreateTableBuilder

constructor(tablespace: String? = null, columns: MutableList<ColumnDefinition> = mutableListOf(), primaryKey: AddPrimaryKey? = null, selectFrom: SelectQuery? = null, preserveRowsOnCommit: Boolean = true)(source)