Column Name | Data Type | Notes |
Id | Int | Primary Key |
CreatedAt | DateTime | |
UpdatedAt | DateTime | Primary Key |
InventoryId | Int | Foreign Key to join into Storage Bin Inventory table |
DeliveryId | Int | Foreign Key to join into Deliveries table |
Quantity | Decimal |
Updated over a year ago