CREATE TABLE public.tl_2023_us_coastline ( | |
gid serial4 NOT NULL, | |
"name" varchar(100) NULL, | |
mtfcc varchar(5) NULL, | |
geom public.geometry(multilinestring, 4269) NULL, | |
CONSTRAINT tl_2023_us_coastline_pkey PRIMARY KEY (gid) | |
); | |
--A single coastline is divided into different fragments which same name for fragments of the coastline. | |