Generated using SQL Data Dictionary demo version.
Groups for categorizing stock items (ie: novelties, toys, edible novelties, etc.)
| Column | Data Type | Identity | Nullable | Default | |
|---|---|---|---|---|---|
| PK | StockGroupID | int | NEXT VALUE FOR [Sequences].[StockGroupID] | ||
| Numeric ID used for reference to a stock group within the database | |||||
| UK | StockGroupName | nvarchar(50) | |||
| Full name of groups used to categorize stock items | |||||
| FK | LastEditedBy | int | |||
| ValidFrom | datetime2 | ||||
| ValidTo | datetime2 | ||||