bin
Represents physical storage locations within a warehouse or inventory management system.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier assigned to this bin record within the system. | |
| binnumber | String | The designated number or code assigned to a storage bin within a warehouse or location. | |
| externalid | String | A unique identifier used for integration with external systems or data imports. | |
| isinactive | Boolean | Indicates whether this bin record is inactive and no longer in use. | |
| location | String | The warehouse or storage location where this bin is assigned. | |
| memo | String | A free-text field for adding notes or comments related to this bin. |