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
Notice that it has geographic: false, but it also has a geometric_type. I'm not sure, but I think in this case, it should not be treated as a geometry in annotate?
(I'm not sure if the problem is in annotate or in the postgis adapter)
Commands
Running annotate as part of migrate
Version
annotate version: 3.2.0
rails version: 7.0.4.1
ruby version: 3.1.3
The text was updated successfully, but these errors were encountered:
We have postgis for geometric data, and our geometric columns are annotated correctly, e.g.:
However, we have some enum types that was created after we installed postgis, and these are annotated weirdly:
Notice the
point, 0
This is the postgres column:
(
point_of_interest_category
is an enum type)When introspecting the column in active record I get:
Notice that it has
geographic: false
, but it also has ageometric_type
. I'm not sure, but I think in this case, it should not be treated as a geometry in annotate?(I'm not sure if the problem is in annotate or in the postgis adapter)
Commands
Version
The text was updated successfully, but these errors were encountered: