- point<TName>(dbName, fieldConfig?): PgCustomColumnBuilder<{
columnType: "PgCustomColumn";
data: Point;
dataType: "custom";
driverParam: string;
enumValues: undefined;
name: TName;
}> Returns PgCustomColumnBuilder<{
columnType: "PgCustomColumn";
data: Point;
dataType: "custom";
driverParam: string;
enumValues: undefined;
name: TName;
}>
A Point is a 0-dimensional geometry that represents a single location in coordinate space.