We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd8d53 commit b72c7baCopy full SHA for b72c7ba
README.md
@@ -39,7 +39,7 @@ Adds spatial methods to a model.
39
east numeric(9,6),
40
south numeric(9,6),
41
west numeric(9,6),
42
- centroid geography,
+ centroid geography
43
);
44
45
CREATE SEQUENCE features_id_seq START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1;
0 commit comments