Geometric Types in MySQL That Store Exactly One Object
Geometric Type Description GEOMETRY Geometric type, not further specified. POINT A point in the coordinate system; zero-dimensional. LINESTRING One or more linear segments joining two points; one-dimensional. POLYGON A closed LINESTRING; two-dimensional.
1. | Geometric Types in MySQL That Store Several Objects in a Single Cell |