TextColumn typedef

TextColumn = Column<String>

A column that stores text.

Implementation

typedef TextColumn = Column<String>;