POLYGON type column: A closed LINESTRING; two-dimensional.
mysql>
mysql> CREATE TABLE mytable (
-> id INT NOT NULL PRIMARY KEY,
-> border POLYGON NOT NULL);
Query OK, 0 rows affected (0.00 sec)
mysql>
mysql>
mysql> drop table mytable;
Query OK, 0 rows affected (0.00 sec)
mysql>
mysql>
Related examples in the same category