ColumnInt constructor

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

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

Implementation

ColumnInt(super.columnName, super.table);