As of recently you can add PostGIS columns in a more SQL like manner. Their example could be entered as:
CREATE TABLE tube_stations ( id SERIAL NOT NULL PRIMARY KEY, name TEXT NOT NULL, tube_stations geometry(Point, 4326) );
As of recently you can add PostGIS columns in a more SQL like manner. Their example could be entered as: