-
Notifications
You must be signed in to change notification settings - Fork 11
man_storage
advase edited this page Aug 12, 2022
·
2 revisions
Inventory table, that stores id and specific data of features with system id STORAGE.
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 |