-
Notifications
You must be signed in to change notification settings - Fork 33
man_fountain
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Inventory table, that stores id and specific data of features with system id FOUNTAIN.
| Column name | Data type | Description |
|---|---|---|
| connec_id | character varying(16) | Id of connec |
| linked_connec | character varying(16) | Associated connection |
| vmax | numeric(12,3) | Maximum fountain volume |
| vtotal | numeric(12,3) | Total fountain volume |
| container_number | integer | Number of containers |
| pump_number | integer | Number of pumps |
| power | numeric(12,3) | Power of the fountain |
| regulation_tank | character varying(150) | Regulation deposit |
| chlorinator | character varying(100) | Fountain chlorination |
| arq_patrimony | boolean | If true, element is an architectural heritage |


