ooshaaan's picture
Upload the entire dataset.
12b24c4 verified
raw
history blame contribute delete
332 Bytes
CREATE TABLE public.tl_2023_us_rails (
gid serial4 NOT NULL,
linearid varchar(22) NULL,
fullname varchar(100) NULL,
mtfcc varchar(5) NULL,
geom public.geometry(multilinestring, 4269) NULL,
CONSTRAINT tl_2023_us_rails_pkey PRIMARY KEY (gid)
);
--A single railways is divided into multiple rows with fullname common among them.