geometry from the PostgreSQL PostGIS extension, however, as indicated it currently only supports type: "point". But the release also states, that we can specify any other string to use some other type...point: geometry("point", { type: "point" }), or point: geometry("point", { type: "pointZ" }),results in: drizzle-kit generatelinestring: geometry("linestring", { type: "linestring" }) or linestring: geometry("linestring", { type: "linestringZ" })drizzle-kit generategeometry(point) with geometry(linestring) in the generated sql and then migrate...