-
Notifications
You must be signed in to change notification settings - Fork 33
man_tap
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Inventory table, that stores id and specific data of features with system id TAP.
| Column name | Data type | Description |
|---|---|---|
| connec_id | character varying(16) | Id of connec |
| linked_connec | character varying(16) | Associated connection |
| cat_valve | character varying(30) | Valve related to element, defined on cat_node |
| drain_diam | numeric(12,3) | Drain diameter (mm) |
| drain_exit | character varying(100) | Drain outlet |
| drain_gully | character varying(100) | Drain gully |
| drain_distance | numeric(12,3) | Drain distance (m) |
| arq_patrimony | boolean | If true, element is an architectural heritage |
| com_state | character varying(254) | Communication state |


