man_storage - Giswater/giswater_dbmodel GitHub Wiki
Description:
Inventory table, that stores id and specific data of features with system id STORAGE.
Fields:
Column name | Data type | Description |
---|---|---|
node_id | character varying(16) | Id of node |
length | numeric(12,3) | Length of the element |
width | numeric(12,3) | Width of the element |
custom_area | numeric(12,3) | Area of the storage |
max_volume | numeric(12,3) | Maximum volume of the storage |
util_volume | numeric(12,3) | Util volume of the storage |
min_height | numeric(12,3) | Minimum altitude of the storage |
accessibility | character varying(16) | Accessibility |
name | character varying(255) | Name of the installation |