creof / doctrine2-spatial

Doctrine2 multi-platform support for spatial types and functions.
MIT License
272 stars 176 forks source link

Doctrine Migrations always sets "DC2Type:geopoint" comment #175

Open spackmat opened 7 years ago

spackmat commented 7 years ago

Hi, I'm using this Type for quite a long time now. But every new Doctrine migration detects the "DC2Type:geopoint" comment as not set and wants to set it. So all my migrations have this code ALTER TABLE mytable CHANGE location location POINT DEFAULT NULL COMMENT \'(DC2Type:geopoint)\' driving me crazy.

Any ideas how to get rid of this?

Greets, spackmat

sadortun commented 7 years ago

Hi @spackmat

Which version of mysql are you using ?

spackmat commented 7 years ago

@sadortun Version 5.7.17 (5.7.17-0ubuntu0.16.04.1 to be exact)

int99h commented 6 years ago

Percona 5.7.20-19-1.jessie... the same