Skip to content
sql
ALTER TABLE "Road" 
  ALTER COLUMN geom TYPE geometry(multilinestring)
    USING st_force2d(geom)