ColumnUuid constructor

ColumnUuid(
  1. String columnName,
  2. Table table
)

Creates a new Column, this is typically done in generated code only.

Implementation

ColumnUuid(super.columnName, super.table);