menu
drift_postgres package
documentation
drift_postgres.dart
PointColumn typedef
PointColumn typedef
dark_mode
light_mode
PointColumn
typedef
PointColumn
= Column
<
Point
>
Type for columns storing
PgPoint
s.
Implementation
typedef PointColumn = Column<pg.Point>;
drift_postgres package
documentation
drift_postgres
PointColumn typedef
drift.postgres library