Slightly improve the test #141
This commit is contained in:
parent
1596bd56d8
commit
9d8d79eb40
@ -256,7 +256,8 @@ DROP TABLE existing_cartodb_id;
|
|||||||
-- Table with both the_geom and wkb_geometry
|
-- Table with both the_geom and wkb_geometry
|
||||||
CREATE TABLE many_geometry_columns (
|
CREATE TABLE many_geometry_columns (
|
||||||
the_geom geometry,
|
the_geom geometry,
|
||||||
wkb_geometry geometry(MultiPoint,4326)
|
wkb_geometry geometry(MultiPoint,4326),
|
||||||
|
description varchar
|
||||||
);
|
);
|
||||||
INSERT INTO many_geometry_columns (the_geom, wkb_geometry) VALUES
|
INSERT INTO many_geometry_columns (the_geom, wkb_geometry) VALUES
|
||||||
('0104000020E61000000100000001010000007108B023698052C03CEEA53A2E5D4440', '0104000020E61000000100000001010000007108B023698052C03CEEA53A2E5D4440'),
|
('0104000020E61000000100000001010000007108B023698052C03CEEA53A2E5D4440', '0104000020E61000000100000001010000007108B023698052C03CEEA53A2E5D4440'),
|
||||||
|
Loading…
Reference in New Issue
Block a user