Production.Location (table)
wikibot
Table | Production.Location |
Column | Data Type | Nullable | Default | PK | Index |
LocationID | smallint | not null | PK_Location_LocationID | ||
Name | dbo.Name | not null | AK_Location_Name | ||
CostRate | smallmoney | not null | ((0.00)) | ||
Availability | decimal(8, 2) | not null | ((0.00)) | ||
ModifiedDate | datetime | not null | (getdate()) |
Detail Table | Column | Referencing Column |
Production.ProductInventory | LocationID | LocationID |
Production.WorkOrderRouting | LocationID | LocationID |