Clean
This commit is contained in:
@@ -3,8 +3,8 @@ create type region_type as enum ('NONE', 'DMA', 'SA', 'VD', 'WDA');
|
|||||||
create table region
|
create table region
|
||||||
(
|
(
|
||||||
id text primary key
|
id text primary key
|
||||||
, r_type region_type not null default 'NONE'
|
|
||||||
, boundary geometry not null unique
|
, boundary geometry not null unique
|
||||||
|
, r_type region_type not null default 'NONE'
|
||||||
);
|
);
|
||||||
|
|
||||||
create index region_gist on region using gist(boundary);
|
create index region_gist on region using gist(boundary);
|
||||||
|
|||||||
Reference in New Issue
Block a user