Skip to content

Instantly share code, notes, and snippets.

How to create geo in backand.
1. Create a new query.
Give it a name and save.
2. In text enter table creation script
Example:
CREATE TABLE `nodes` (
`id` int(11) PRIMARY KEY,
`geom` geometry NOT NULL,