I just used the accepted answer from @Ali Khalili and @miken32 for a model with a point field, which worked a treat. However, I got a deprecation warning for getDoctrineSchemaManager()->getDatabasePlatform().
Changed to getDoctrineConnection()->getDatabasePlatform(), this is using doctrine/dbal 3.9.x