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