IntColumn typedef

IntColumn = Column<int>

A column that stores int values.

Implementation

typedef IntColumn = Column<int>;