-
Notifications
You must be signed in to change notification settings - Fork 33
om_mincut_connec
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Table that stores information of mincut results related to connecs.
| Column name | Data type | Description |
|---|---|---|
| id | serial | Id |
| result_id | integer | Id of related mincut, defined on om_mincut |
| connec_id | character varying(16) | Id of connecs involved in the process |
| the_geom | geometry(Point,SRID) | Geometry of connecs involved in the process |
| customer_code | character varying(30) | Code of the subscriber, that allows connection with subscriber management application |


