PointColumn typedef

PointColumn = Column<PgPoint>

Type for columns storing PgPoints.

Implementation

typedef PointColumn = Column<PgPoint>;