MIF_E31221222/sigap-website/supabase/migrations/20250506143054_remote_schem...

10 lines
248 B
SQL

drop type "gis"."geometry_dump";
drop type "gis"."valid_detail";
create type "gis"."geometry_dump" as ("path" integer[], "geom" geometry);
create type "gis"."valid_detail" as ("valid" boolean, "reason" character varying, "location" geometry);