diff --git a/integration_tests/mysql/main.go b/integration_tests/mysql/main.go index b5e803e7..a08c4a0a 100644 --- a/integration_tests/mysql/main.go +++ b/integration_tests/mysql/main.go @@ -112,7 +112,7 @@ CREATE TABLE %s ( c_multipoint MULTIPOINT NOT NULL, c_multilinestring MULTILINESTRING NOT NULL, c_multipolygon MULTIPOLYGON NOT NULL, - c_geomcollection GEOMETRYCOLLECTION NOT NULL + c_geomcollection GEOMETRYCOLLECTION NOT NULL ) `