You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an existing entity with a property using you customType and I have to add some fields in it.
The entity uses the following type and options type: PostGISType::GEOGRAPHY, options: ['geometry_type' => 'POINT'] though I don't see in your examples using both PostGISType::GEOGRAPHY and geometry_type option together so I wonder if my colleague made an error on that and it mess with Doctrine Migration now.
Wanting to generate migration I have the following error message : The geometry_type of a spatial column cannot be changed (Requested changing type from "POINT" to "GEOMETRY" for column "XX" in table "YY")
Is that normal that a change is detected even though I didn't change anything about the geography property in my entity ?
The text was updated successfully, but these errors were encountered:
I have an existing entity with a property using you customType and I have to add some fields in it.
The entity uses the following type and options
type: PostGISType::GEOGRAPHY, options: ['geometry_type' => 'POINT']
though I don't see in your examples using bothPostGISType::GEOGRAPHY
andgeometry_type
option together so I wonder if my colleague made an error on that and it mess with Doctrine Migration now.Wanting to generate migration I have the following error message :
The geometry_type of a spatial column cannot be changed (Requested changing type from "POINT" to "GEOMETRY" for column "XX" in table "YY")
Is that normal that a change is detected even though I didn't change anything about the geography property in my entity ?
The text was updated successfully, but these errors were encountered: