PointColumn typedef

PointColumn = Column<Point>

Type for columns storing PgPoints.

Implementation

typedef PointColumn = Column<pg.Point>;