-
Notifications
You must be signed in to change notification settings - Fork 11
man_tank
advase edited this page Aug 12, 2022
·
2 revisions
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 |