I have setup Doctrine such that it is capable of working with MySQL POINT and DISTANCE geometrical data types and functions.
Now I need to define fields as the POINT type, but I am not sure Skipper supports this.
Does it?
/**
 * @ORM\Column(name="geo_point", type="point", nullable=true)
 *
 * @var string $geoPoint
 */
protected $geoPoint;