Commit 40a10ef4 by dliangx

update

parent c57d8515
...@@ -33,7 +33,7 @@ DROP table if EXISTS administrative_area; ...@@ -33,7 +33,7 @@ DROP table if EXISTS administrative_area;
create table administrative_area( create table administrative_area(
id serial PRIMARY key, id serial PRIMARY key,
name VARCHAR(64), name VARCHAR(64),
parent serial, parent int,
properties JSONB, properties JSONB,
DEGREE int, DEGREE int,
area geometry(multipolygon,3005) area geometry(multipolygon,3005)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment