-
Notifications
You must be signed in to change notification settings - Fork 33
man_tank
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Inventory table, that stores id and specific data of features with system id TANK.
| Column name | Data type | Description |
|---|---|---|
| node_id | character varying(16) | Id of node |
| vmax | numeric(12,4) | Maximum tank volume |
| vutil | numeric(12,4) | Util tank volume |
| area | numeric(12,4) | Area of tank |
| chlorination | character varying(255) | Tank chlorination |
| name | character varying(50) | Name of the installation |
| hmax | numeric(12,3) | Maximum tank height |


