|
@ -4,7 +4,7 @@ |
|
|
-- ---------------------------- |
|
|
-- ---------------------------- |
|
|
DROP TABLE IF EXISTS "public"."road_maintenance_cost"; |
|
|
DROP TABLE IF EXISTS "public"."road_maintenance_cost"; |
|
|
CREATE TABLE "public"."road_maintenance_cost" ( |
|
|
CREATE TABLE "public"."road_maintenance_cost" ( |
|
|
"id" int4 NOT NULL DEFAULT nextval('road_maintenance_cost_id_seq'::regclass), |
|
|
"id" serial NOT NULL, |
|
|
"mId" int4, |
|
|
"mId" int4, |
|
|
"county_name" varchar(15) COLLATE "pg_catalog"."default", |
|
|
"county_name" varchar(15) COLLATE "pg_catalog"."default", |
|
|
"road_length_county" float8, |
|
|
"road_length_county" float8, |
|
|